Source Execution
Start from entry points, plugin hooks, module graphs, and rendering flows until the call path is readable.
Source-code reading notes on Rollup, Vite, bundlers, and the engineering trade-offs behind modern frontend tools.
Flatten the execution path, then return to the design choice: why this boundary exists and where the trade-off lands.
hook order: first -> sequential -> parallelStart Here
Start with the plugin driver, then follow module graphs, tree-shaking, chunk assignment, and rendering.
Read the Rollup seriesViteRevisit config resolution, module ordering, dependency optimization, and HMR as inspectable paths.
Open Vite notesEssaysRead about native rewrites, compatibility edges, performance costs, and the ecosystem contracts underneath.
Browse tooling essaysReading Map
Start from entry points, plugin hooks, module graphs, and rendering flows until the call path is readable.
Look at the assumptions, gains, fallback paths, and hidden costs behind each optimization.
Read historical constraints, ecosystem contracts, and implementation boundaries together.
Keep source notes, translations, pulse articles, and strategy essays in one index for later thinking.
The Rollup core chapters are a good entry set: each article begins with concrete behavior, then returns to the design constraints underneath.
Reference Shelf
Browser engineering notes, platform updates, and practical implementation details.
Performance, loading, UX, and platform guidance from the broader web ecosystem.
The specification process behind JavaScript language behavior and proposals.
Precise JavaScript and TypeScript explanations with long-lived reference value.
Focused TypeScript articles that are useful when types become part of architecture.
Frontend infrastructure projects and discussions from a production tooling team.

A useful window into bundler architecture, compatibility work, and native performance.
Notes from a Vite and Rollup maintainer, often close to real implementation trade-offs.
Open-source tooling notes that connect DX, ecosystem design, and implementation taste.