DEV Community

Discussion on: ⚡️ Vite + React + Tailwind CSS starter for super fast prototyping

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop

I've heard of Vite and it's bundle free approached, but I wonder -> won't making a HTTP call for every package make the initial start time of your app really slow?

Collapse
 
jamesthomson profile image
James Thomson

It's only bundle free when in development. Production builds are still bundled, but with Rollup instead of Webpack.