DEV Community

Cover image for Newest and fastest Frontend Bundler there is: Vite🚀
Dev By RayRay
Dev By RayRay

Posted on • Originally published at devbyrayray.Medium

Newest and fastest Frontend Bundler there is: Vite🚀

These years the frontend development tools are popping up like mushrooms from the ground! One is better or suits your workflow better than the other.

Recently I discovered Vitejs.dev, build by Evan You, the starter of the framework Vue.js.

I love it!

It's blazingly fast, supports TypeScript out of the box, and uses ESM modules.

Vite.js is a perfect tool for building your Vue, React, and Vanilla JavaScript (TypeScript) projects.

The simplicity of setting up Vite.js is why I choose this tool for my prototyping projects in TypeScript & React. But also, when building a JavaScript Library, Vite is a perfect choice.

With no further ado, check Vite.js and let me know what you think of it. 😁

Happy Coding! 🚀


Get my weekly newsletter “Developer Underdogs” with the best developer content created by aspiring developers.

Top comments (0)