react-scripts 4.0.1 is very slow
See original GitHub issueDescribe the bug
react-scripts 4.0.1 is very slow on start and reload, by and without FAST_RELOAD, yarn start takes more than 2 minute now after update.
Did you try recovering your dependencies?
yes
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
Ubuntu v20.10 Node v12.18.2 LTS yarn v1.22.5
Steps to reproduce
- update react-scripts to v4.0.1
- using typescript
- large scale project
Issue Analytics
- State:
- Created 3 years ago
- Reactions:38
- Comments:15 (1 by maintainers)
Top Results From Across the Web
My React App is working very slow on LocalHost but it is ...
I am working on a React-TS App. It is loading fine in live server. But in dev mode in localhost it is very...
Read more >How can you speed up the slow compilation time of a CRA ...
Consistently get around 7 seconds recompile time, but would like it to be lower.
Read more >Optimizing Performance - React
However, they make React larger and slower so you should make sure to use the production version when you deploy the app.
Read more >Inside create-react-app - DataDrivenInvestor
With the start argument, NPM will begin the process to make a development server available for your React application. Here's a list of...
Read more >Use esbuild to speed up your Creat-React-App project
Slow compilation speed has always been a pain point of ... for how to update webpack config without running react-scripts eject .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you use WSL, you should create a folder in WSL system (e.i.
/home/user/folder
), because/mnt/...
is very slow. If you use remote server check its load with commandhtop
. If it’s ok, your system is slow, upgrade it 😃You just have to create a blank project using
npx create-react-app slow-issues
and start it usingnpm start
.I personally have around 7 seconds of compiling time on a blank project.
Version of CRA