A Vite Demo with Evan You

JavaScript Jam - A podcast by Scott Steinlage, Anthony Campolo, Ishan Anand

Categories:

This episode is highly visual, as Evan You demo's the Vite platform. Check out JavascriptJam.com for the video. Show Notes Overtime developers have gotten used to using bundlers, like WebPack, and know the struggle of waiting for long builds, especially as project become more complex. Vite works like a simple file server, but provides many enhancements over native ESM imports to support various features that are typically seen in bundler-based setups. In this episode, You walks us through how Vite makes building web apps with build tools easier and faster.