![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.
There is a figure of speech which is to call a spade a spade. This is (not) the reason this project is called Spaden.
https://pages.github.schibsted.io/finn/spaden/
https://static.finncdn.no/_c/spaden/v{version}/spaden.min.css
# Install dependencies
$ npm install
# Build artifacts
$ npm run package
The built artifacts reside in the /dist folder in the current directory.
Spaden is processed with postcss. The following future syntax features are used:
(width > 500px)
") (postcss-media-minmax)The following features are used for building:
<!--[if IE 9]>
<link rel="stylesheet" href="styles/ie9.css">
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" href="styles/ie8.css">
<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="styles/ie.css">
<![endif]-->
Install Spaden via npm
$ npm install spaden --save
The following paths are exposed:
assetsPath
+ '/icons')assetsPath
+ '/img')Example usage: const iconPath = require('spaden').icons.progress;
Serve all Spaden assets
const app = express();
const assetsPath = require('spaden').assetsPath;
app.use('/spaden', express.static(assetsPath));
Import stylesheet
<link rel="stylesheet" href="/spaden/spaden.min.css">
Check out our contribution guidelines for the most efficient way to contribute.
FAQs
The FINN.no front-end CSS framework built on top of OOCSS
The npm package spaden receives a total of 11 weekly downloads. As such, spaden popularity was classified as not popular.
We found that spaden demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.