![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.
frs-style-guide
Advanced tools
You can run the style guide locally by running:
npm install
npm start
http://localhost:3000/styleguide/
We will use the following naming convention
component-name
component-name--modifierName
component-name__descendent
is-*
// utilities
u-*
// Extended
has-*
no-*
js-*
You can find the variables of the style guide inside the public/frs-style/variables.scss
. All the variables start with sg-*
(Style Guide). The currently exposed variables are:
$sg-font-family
$sg-font-size
$sg-spacing
The code is published on npm, it will be automatically bundled into a css file during the publishing process. Make sure you are signed in via npm login
. See npm documentation for more information.
git commit -m 'Changed something'
# For small changes
npm version patch
npm publish
git push origin master
# To push the tags in Bitbucket
git push --tags
You can also require the style guide and mount the express app on your server, check example/index.js
If you're getting an unexpected token error you may be using the wrong versions of node and npm. If you're using nvm you can run nvm use
in the project directory to use a compatible version.
font-size
, 16px
here.$spacing
, $spacing * 2
, $spacing / 2
padding: $spacing 0
)margin-bottom
, it will make them fit coherently in a layout.is-required
)http://www.basscss.com/
)FAQs
FRS style guide
The npm package frs-style-guide receives a total of 1 weekly downloads. As such, frs-style-guide popularity was classified as not popular.
We found that frs-style-guide demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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.