![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@ui5/webcomponents-react-compat
Advanced tools
React Wrapper for UI5 Web Components Compat package
The compat
(compatibility) package provides components that were removed in the v2 release but are still available for backwards compatibility.
Some of these components lack accessibility or design support, while others have been replaced by UI5 web components. In general, we recommend using components from this package only as a temporary solution.
Components in this package will not receive any new features. Only critical bugs, that are outside the component's inherent limitations, will be addressed. This package will be maintained until the next major release (which is not currently on our roadmap).
npm install @ui5/webcomponents-react-compat
As the v1 ui5-table
(Table
) component is part of this package and some custom element names are equal to the new v2 ui5-table
, importing components from the root (import { Table } from "@ui5/webcomponents-react-compat"
) is discouraged.
The primary reason is that tree-shaking capabilities are limited in the default configurations of most bundlers in dev mode. As a result, custom elements for the v1 table will still be defined, even if only the Toolbar
is imported. This can cause unexpected behavior if the v2 table is also used in the same app.
Please only import components from the file path!
E.g.:
import { Table } from '@ui5/webcomponents-react-compat/dist/components/Table/index.js';
import { Toolbar } from '@ui5/webcomponents-react-compat/dist/components/Toolbar/index.js';
It is not supported using the v1 Table
and the v2 Table
in the same application!
You can find an interactive documentation in our Storybook (Legacy Components).
Please check our Contribution Guidelines.
Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.
FAQs
React Wrapper for UI5 Web Components Compat package
The npm package @ui5/webcomponents-react-compat receives a total of 9,870 weekly downloads. As such, @ui5/webcomponents-react-compat popularity was classified as popular.
We found that @ui5/webcomponents-react-compat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.