Have you used create-react-app?
Probably EVERYTIME you have created a React application.
Well, there are a few problems with using it. As is with ...
For further actions, you may consider blocking this person and/or reporting abuse
Not to mention the webpack version used by CRA has a bunch of critical vulnerabilities and even the latest webpack has major security problems. Not the best platform to use for building anymore considering all the alternatives we have now. Vite is awesome :)
Thats why I don't like webpack
I agree
Having a better options always helps
Also, you can checkout NextJS if you're working with a full stack application in mind
Nextjs still uses webpack I think. There's a vite alternative called Rakkas, but it's not fully mature yet last time I checked.
Nextjs uses Turbopack now I think.
Not by default I think, but both are owned by vercel now, so maybe soon. Turbopack is too much of a continuation of webpack imho. I think other build tools like vite will win.
I also created a vscode plugin to create vite projects like you do when using webstorm
marketplace.visualstudio.com/items...
As someone who is relatively new to React, this is super helpful. I always shied away from using it because CRA took so long to install packages and such. It's great to know there are alternatives.
And yes, a series on Next would be immensely helpful. I'm trying to learn it at the moment and it's not making much sense :P
that was quick : youtube.com/watch?v=kvkAoCbTM3Q
haha, i thought the same thing