Tag: vite
All the articles with the tag "vite".
Tech Watch Posts
Is Vite faster than Turbopack?
Published: at 09:00 AMIs Vite faster than Turbopack? Real-world benchmarks compare cold starts, page compilations, hard refreshes, and Fast Refresh in Next.js (Webpack/Turbopack) vs. Vite (Rollup/Rolldown).
What We Learned Migrating From Webpack to Vite
Published: at 02:13 PMWe recently migrated the Neon console from webpack to Vite. We share the challenges we faced and the improvements we gained with the change.
A beginners guide to using Vite with React
Published: at 01:45 PMA beginner's guide to using Vite with React. Covers setting up a new project, explaining Vite's benefits like fast server start and hot module replacement, project structure overview, working with assets, and basic troubleshooting. Highlights Vite as a modern, efficient alternative to traditional bundlers for React development.