4 ms·
A lot of folks associate Vite with Vue or React. But the ease of use and overall dev experience in a vanilla TS/JS and web components is fantastic. IMO when pa
by canyonero 4y ago
A lot of folks associate Vite with Vue or React. But the ease of use and overall dev experience in a vanilla TS/JS and web components is fantastic.
IMO when paired with Vitest, the setup feels powerful, modern and lean. Would recommend.
- 9dev 4y agoCan second that, I use Vite to bundle the assets for a static site, and it… just works. Frontend tooling like I expect it to.
- akuji1993 4y agoI also feel like this is the actual use case of Vite. Don't want anything else but be able to roll a static site together, while using some vanilla html, css and js with a few assets attached.