Tag:js
All the articles with the tag "js".
Stop Using Create React App
December 2, 2022 | 08:55 PMCreate React App is what almost every developer (including myself) learned to use first when learning the JavaScript library React. It supports all the configurations out of the box. But when your project code grows you might face higher build times, a slower start in the development server and waiting 2 to 5 secs to reflect the changes you have made in code and this might increase rapidly when the app grows on a larger scale.