![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.
data-cleaning-framework
Advanced tools
A starter project for using React, TypeScript, SCSS and Webpack.
Get up and running with these simple steps:
npm install
npm run dev
In the master
branch you can find the class based starter. In the branch functional
you can find the functional based starter.
Optional configuration for the project can be done in the following files below.
Open env.config.js and you will see the default configuration for the project.
Config | Description |
---|---|
.browerslistrc | Open .browserslist to configure Browser support for TypeScript + SCSS compiliation. Read more here about Browerslist. Defaults are set for last 2 versions, > 1% and IE 11. |
outputConfig.destPath | The folder in which you want your app to compile to. By default this is dist . |
entryConfig | Webpack Entry points, by default this will look for the TypeScript + SCSS entry point files. More info on Entry points here |
copyPluginPatterns.patterns | Configure folders you want copied over when compiling your app. Useful to copy over entire folder structures of images or fonts. |
devServer | Configure the Webpack development server. Enable https , specify a particular port , or host . More information on these options here |
scssConfig.destFileName | Specify the output for your css. E.g css/app.css |
terserPluginConfig | Full Terser config can be found here. |
Here's an example of the default generated output to our dist
folder.
- index.html
-- js
-- css
-- fonts
---- some-font-file.woff
-- images
---- path-to-example-image.jpg
dist
folder.For example:
stylesheets/some-folder/some-file-somewhere.scss
.example {
background-image: url("../images/path-to-image-example.jpg");
}
@font-face {
font-family: "Example-font";
src: url("../fonts/some-font-file.woff");
}
Would output to the folder css/app.css
- index.html
-- js
-- css
---- app.css
-- fonts
---- some-font-file.woff
-- images
---- path-to-example-image.jpg
npm install
npm run dev
Navigate to localhost:8080
Note: This will compile to a dist
folder.
npm run build
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
UI for DCF
The npm package data-cleaning-framework receives a total of 2 weekly downloads. As such, data-cleaning-framework popularity was classified as not popular.
We found that data-cleaning-framework demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.