Vite.js
Vite.js is a development/build tool for modern web projects. It mainly focuses on speed and performance by improving the development experience. Native ES modules are used by Vite so there is no need for building your whole application in development. I also compared a Vite project with a Create React App project.