Best of ViteJune 2022

  1. 1
    Article
    Avatar of hashnodeHashnode·4y

    Introduction to Vite: The Next Generation Frontend Tooling

    Vite is the next generation frontend tooling. It is a solution to slow server starts because it uses native ESM to serve code. Most tools like webpack, Parcel and Rollup are bundle-based. This means the code has to be completely bundled before it can be served. Vite only needs to transform and serve source code on demand.

  2. 2
    Article
    Avatar of lnLaravel News·4y

    Vite is now the default frontend asset bundler for Laravel applications

    Vite is now the default frontend asset bundler in new Laravel projects. Breeze and Jetstream have been updated as well. Vite provides near-instantaneous build times during development. You'll see updates automatically happen in the browser while you work, which is a fantastic experience!

  3. 3
    Article
    Avatar of gcgitconnected·4y

    Vue Creator Tells React Team: You Should Recommend Vite over Create-React-App for React Developers

    Vue Creator Tells React Team: You Should Recommend Vite over Create-React-App for React Developers. Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects, such as VanillaJS, Vue, React, and Svelte.