🌯 Bundler
A web bundler is a development tool that combines multiple JavaScript, CSS, and other web assets into optimized bundle files while managing dependencies and providing development features like hot reloading.
- vitejs/vite (0): The modern go-to option for most application
- vercel/turborepo (0): Only use this for Next.js
- evanw/esbuild (0): Written in Go, ultra fast, powered Vite/Bun/Deno, but not suitable for direct use.
- webpack/webpack (0): The OG, feature-rich but config-heavy
- rollup/rollup (0): Most suitable for libraries
- parcel-bundler/parcel (0): Zero config, great for small project
- browserify/browserify (0): Early engine for react, retiring
- FredKSchott/snowpack (0): Dead