Why and How of Vite
everyone says that vite is the future, it's blazingly fast and all that.
But I have a question traditionally, We use Webpack or any other bundler ri8? but bute vite is not a bundler at all it uses ES build, Rollup. if es build or rollup is faster why can't we use that instead why vite ?
1 Reply
Vite has more advantages than just that. Its widely used because it takes away all the configuration stuff for development and building, that you dont want to worry about.