Skip to content

Instantly share code, notes, and snippets.

View progmamun's full-sized avatar
🎯
focusing

Aʟ Mᴀᴍᴜɴ Kʜᴀɴ progmamun

🎯
focusing
View GitHub Profile
@progmamun
progmamun / Vite_in_development.md
Last active September 2, 2022 17:44
Vite in development

Create React App (CRA) has played a pivotal role in the development of React’s community and its ecosystem at large. It is the tool of choice for developers of different skill sets when it comes to constructing a local React development environment on a whim.

Vite in development:

Vite only needs to pre-bundle your dependencies using esbuild the first time you start development before it begins to serve your app.

Why use Vite?

  • Superior performance
  • Extensive plugin compatibility
  • Faster updates
  • Faster build time