![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.
@canonical/react-components
Advanced tools
![CI](https://github.com/canonical/react-components/workflows/CI/badge.svg?branch=main)
This is a collection of components designed to be the way to consume Vanilla Framework when using React.
Storybook contains component docs with usage instructions.
Canonical react components currently require that your build is configured with sass-loader (or equivalent), to compile sass.
To use the NPM package do:
yarn add @canonical/react-components
Or if you use NPM:
npm install @canonical/react-components
Please file any issues at GitHub.
You might want to:
You may wish to link this library directly to your projects while developing locally.
You can do this by cloning this repo to your local workspace;
git clone https://github.com/canonical/react-components
If you then drop into that folder and run;
yarn run link-packages
...this will add this project, react
and react-dom
to a local yarn registry.
Switching back to the project you are developing, run;
yarn install
yarn link react
yarn link react-dom
yarn link @canonical/react-components
...to pull the linked deps from the local registry. If you now run yarn build-watch
in your react-components
folder, your project should pick up any changes on refresh or hot module reload.
Note: When you're finished working locally - don't forget to go back and unlink;
cd react-components
yarn run unlink-packages
The following projects are related to, or build upon this library:
FAQs
![CI](https://github.com/canonical/react-components/workflows/CI/badge.svg?branch=main)
The npm package @canonical/react-components receives a total of 8,848 weekly downloads. As such, @canonical/react-components popularity was classified as popular.
We found that @canonical/react-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 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.