StackNova / Paths / Web
PATH 06 · WEB

Modern build tooling.

The frameworks and tooling shaping the next decade of the browser - bundlers, dev servers, and the languages that compile down to JavaScript.

7 ARTICLES

Articles in this path.

The bundlers that power the modern web and the layers built on top of them - from a beginner's overview to the internals.

WEB · FRAMEWORK / LEVEL 101

What is Angular?

The web framework Google built for applications that scale with both the size of the product and the size of the team. Components, signals, DI, and a CLI build pipeline backed by Vite and esbuild.

Read it
WEB · BUILD TOOLS / LEVEL 101

What is Vite?

The build tool for the web - a fast frontend build tool and development server for modern web applications, designed to keep local feedback near-instant and production output lean.

Read it
WEB · INTERNALS / LEVEL 401

How Vite works

A technical deep dive into the pipeline - native ESM in development, pre-bundled dependencies on disk, surgical Hot Module Replacement, and the Rolldown + Oxc toolchain.

Read it
WEB · BUILD TOOLS / LEVEL 201

What is esbuild?

An extremely fast JavaScript bundler and minifier written in Go - the workhorse compiler that sits quietly underneath much of today's frontend toolchain.

Read it
WEB · LIBRARY / LEVEL 101

What is React?

A JavaScript library for building user interfaces. Created at Facebook in 2013, open source, and the foundation under most large frontend applications shipped today.

Read it
WEB · LANGUAGE / LEVEL 101

What is TypeScript?

JavaScript with a static type system. Designed at Microsoft, open source, free at runtime - the language most large frontend codebases are written in today.

Read it
WEB · COMPARISON / LEVEL 201

esbuild vs Vite

Two of the fastest tools in the modern web toolchain solve related but different problems. One is the engine, the other is the workshop built around it.

Read it
EXTERNAL · CURATED

Resources for this path

Official docs, deep dives, and videos worth bookmarking - the canonical sources behind every article.