Use Vite for React Apps instead of CRA
Most of us will be using Create React App for creating React App. 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 ...
nilanth.hashnode.dev5 min read
Diego Ballesteros (Relatable Code)
Senior Software Developer (Relatable Code)
Vite is so much faster. The only benefit I see from still using CRA is the meta-benefit that a lot of tutorials still use it so for absolute beginners it'd be easier to follow along.