vite
parcel


vite | parcel | |
---|---|---|
883 | 183 | |
70,641 | 43,649 | |
1.5% | 0.2% | |
9.9 | 9.4 | |
2 days ago | 4 days ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vite
-
Matanuska ADR 017 - Vitest, Vite, Grabthar, Oh My!
I began searching for a new test framework, and at the recommendation of Nuck, I gave Vitest a shot. It's by the developers of Vite, which I loved. I don't do a lot of frontend development, but when I do, Vite is often my choice. Unlike many other solutions to frontend builds I've tried in the past, Vite "just works" and involves minimal baggage (looking at you, Angular).
-
Lexical 0.24 with Vanilla JS: Getting started
This post shows how to embed the editor in a Bun-powered Vite project handled by Vanilla JS.
-
Creating a Browser Extension in 2025
Vite is a build tool that has risen in usage in the past years. It accepts plugins in the config to modify its behaviour and there exists one for creating a browser extensions, Vite Plugin Web Extension.
-
Vite is suddenly not working due to CORS error? đ§ (DDEV)
This is because a security issue was reported to Vite: Any websites were able to send any requests to the development server and read the response
-
Creating a web video application
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ base: './', plugins: [react()], })
-
Easily Sync Your Subtitles with React, RHF and shadcn/ui
We'll use React with Vite, shadcn/ui (a collection of reusable components I have been wanting to try for a while), React Hook Form for form management, and Zod for schema-based form validation.
-
Migrating a Legacy Project from Vue CLI to Vite
Recently, a ticket was added to our sprint with the goal of reducing packages with critical and high vulnerabilities in a legacy project. The task involved migrating a Vue 2 project using Vue CLI as the build tool to Vite.
-
A Quick Intro to React.js
Tools like Vite should be used to build React components and JSX into a javascript bundle that can be executed in the browser.
-
A Gentle Introduction to WebAssembly in Rust (2025 Edition)
Start a new TypeScript project called âwasm-on-webâ with Vite (or your framework of choice, if any)
-
Building Modern React Apps in 2025 - A Guide to Cutting-Edge Tools and Tech Stacks
Astro Next.js Remix Vite Tanstack Start
parcel
-
Bun 1.2 Is Released
From its documentation [1] it looks a lot like a parceljs replacement [2], i.e. a zero config bundler which processes and bundles the dependencies in .html pages. So great for simple websites, not for replacing an entire Vite stack.
[1] https://bun.sh/docs/bundler/fullstack
[2] https://parceljs.org
-
What is Evan You doing by creating VoidZero, and what are the issues with JS toolchains?
Packagers are the ones we most frequently come into contact with, such as Webpack Vite and Parcel. The latter may not be commonly used, but it is also a well-established tool.
-
Node.js: A brief history of cjs, bundlers, and esm
npm packages dramatically sped up the productivity of developers by being able to leverage other developers' work. However, it had a major disadvantage: cjs was not compatible with web browsers. To solve this problem, the concept of bundlers was born. browserify was the first bundler which essentially worked by traversing an entry point and "bundling" all the require()-ed code into a single .js file compatible with web browsers. As time went on, other bundlers with additional features and differentiators were introduced. Most notably webpack, parcel, rollup, esbuild and vite (in chronological order).
- Parcel is a zero configuration build tool for the web
-
TypeScript 5.7 RC Released, New npm Alternative, The Future of JavaScript Frameworks and more
The AI Framework Debate
-
Bluetooth Low Energy based RGB LED Strip color control from a web browser and STM32
You will need a web bundler. You can use parcel.js
-
Connecting to BLE device and Reading Characteristics using JavaScript
To run this script, we need a web bundler like parcel js.
-
Tools and libraries widely used in micro frontend architectures!
Official Website
-
From Parcel to Vite: A short story of a 100K LOC migration
Someone even opened a discussion to ask if Parcel is dead. The official answer is no, Parcel is still alive, but it's in a we-are-working-on-a-large-refactor-and-no-time-for-minor-releases state. To us, it's like a "duck death": The latest version we can use is from more than a year ago, and we don't know when the next version will be released. It looks like it's dead, it acts like it's dead, so it's dead to us. Trust me, we tried.
-
Webpack Performance Tuning: Minimizing Build Times for Large Projects
While bundlers like Vite and Parcel present challenges due to our specific needs, two newer alternatives for Webpack show promise. Turbopack, the successor to Webpack created by Tobias Koppers, offers substantial performance enhancements. But, its current beta status and exclusivity for Next.js, limits its immediate usability for us.
What are some alternatives?
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
gulp - A toolkit to automate & enhance your workflow
Next.js - The React Framework
Rollup - Next-generation ES module bundler
grunt - Grunt: The JavaScript Task Runner
esbuild - An extremely fast bundler for the web
tsup - The simplest and fastest way to bundle your TypeScript libraries.
Refine - A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
FuseBox - A blazing fast js bundler/loader with a comprehensive API :fire:

