![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.
@nib/css-framework
Advanced tools
Tailwind-powered CSS Framework.
This documentation was written using Svelte.
tailwind.config.js
file (to save space)md
(640px), xl
(960px))w-*
utilitiesAdd the styles.min.css
via CDN into your index.html
:
<link
href="https://unpkg.com/@nib/css-framework@^1.0.0/dist/styles.min.css"
rel="stylesheet"
/>
This will give you version 1.0.0
. To get the latest version, remove @^1.0.0
from the href
.
To get started:
Clone the repository:
git clone git@github.com:nib-group/css-framework.git
Install the dependencies:
# Using npm
npm install
# Using Yarn
yarn
Build the dist
folder:
# Using npm
npm run build
# Using Yarn
yarn run build
This will build out the dist/styles.css
and dist/styles.min.css
files used by the docs.
To optimise the CSS for production, cssnano has been used for the minified styles.
Start the development server:
# Using npm
npm run dev
# Using Yarn
yarn run dev
Now you should be able to see the project running at localhost:5000.
If there are any questions about this process you can ask us at the #designops slack channel.
FAQs
CSS utilities and component styles for non-react projects
We found that @nib/css-framework demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 107 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.