Is your proposal related to a problem?
Hot Module Replacement (HMR) can be slow in large SPA. Tooling is difficult to configure, example proxy things to a backend API.
Describe the solution you'd like
Vite is a front end tooling with lightning fast Hot Module Replacement (HMR).
Instead of recompiling the whole application it just replaces the module that changed, this makes it very fast, especially for larger SPAs resulting in a better developer experience through a faster inner development loop.
Easier configuration with vite.config.js.
Is your proposal related to a problem?
Hot Module Replacement (HMR) can be slow in large SPA. Tooling is difficult to configure, example proxy things to a backend API.
Describe the solution you'd like
Vite is a front end tooling with lightning fast Hot Module Replacement (HMR).
Instead of recompiling the whole application it just replaces the module that changed, this makes it very fast, especially for larger SPAs resulting in a better developer experience through a faster inner development loop.
Easier configuration with
vite.config.js.