Instead, use vite.
You probably heard: "create react app sucks".
But why? Let's start from zero.
You can create a react app in different ways:
- create-react-app and vite
But why not use create react app?
Bruh, because it's simply deprecated. Like nobody uses that thing in 2022.
Well, yes, millennials do that.
Now seriously:
- Slower loading speeds
- Bad optimized SEO
- No ability for staging production builds
- Hard to configure if you dislike the default configuration
What to use instead?
Some tools like Vite. I use that thing. It just... works. I love it.
But why?
Vite has templates and plugins that you can install as project dependencies or use them. You can find a list of that and more here.
Conclusion
Don't waste your time using that thing called "create-react-app", get rid of that, and use Vite 🎉!
You can help me if you follow me in
Seriously. It's free. Please star some repos.
Top comments (0)