Get the latest tech news
Migrating from Create React App to Vite
This post documents the migration of a personal project from Create React App to Vite, noting the motive for the switch, simplified migration steps, encountered challenges, and performance comparis…
This post is meant to document my process, thoughts and tips on the migration of my ReCalendar personal project from Create React App to Vite. Prompted by a user issue requesting another language, I realized that while the configurator requires translations, most of the generated PDF is just days of the week and months. Create React AppVite Lighthouse metricsSameSameVulnerabilities67 (39 moderate, 16 high, 12 critical)0 node_modules size215 MB188 MBNumber of files in node_modules 4267018154DOMContentLoaded279 ms117 msTotal app bundle size3.69 MB3.26 MBThis is not an in-depth comparison.
Or read this on Hacker News