Tag: vite
All the articles with the tag "vite".
Tech Watch Posts
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.