Create React App within a Second
Still, waiting for your react app to initialize? honestly, npm create-react-app sucks if you don't have a high-end system. Creating multiple react projects also do takes lots of space in your local.
Here’s what you do to create your react app in no t...
armankazi.hashnode.dev2 min read
José Pablo Ramírez Vargas
Senior Software Developer @ Intel
I like the idea, but the drawback here is that then you are tying all your ReactJS applications to the same versions of all packages. If you start a ReactJS project now in v18 and in 6 or some months you start a new one, you cannot go to v19 without also upgrading your previous code. I cannot say I'd recommend this approach.