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.

15 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 · LANDSCAPE / LEVEL 101

What web developers need to know in 2026

The four-tool stack under nearly every modern frontend project - esbuild, Vite, TypeScript, and the JavaScript flavor of Aspire. What each one owns, how they fit, and what you can skip.

Read it
MAP · WEB / LEVEL 101

Web stack 2026

One page that ties the StackNova Web library together - every article sorted by layer (language, build tools, frameworks, API), with a one-line reason and three reading orders for different readers.

Read it
WEB · FRAMEWORKS / LEVEL 101

Modern web app frameworks

A no-comparison field guide to the four frameworks most production frontends are built on - Angular, React, Vue, and Svelte. What each one is, who built it, and what makes it itself.

Read it
WEB · FRAMEWORK / LEVEL 101

What is Svelte?

The compile-time framework by Rich Harris - no virtual DOM, scoped CSS by default, and the runes-based reactivity model Svelte 5 introduced. Plus SvelteKit, the meta-framework on top.

Read it
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 · FRAMEWORK / LEVEL 101

What is Vue?

The progressive framework by Evan You - single-file components, the Composition API, templates with directives, and an official ecosystem that lines up with Vite, Pinia, and Nuxt.

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 · COMPILATION / LEVEL 201

TypeScript to JavaScript

How the code you write gets to the browser. The compile step, what gets stripped, what stays, and why type-checking and type-stripping are separate jobs.

Read it
WEB · LANGUAGE / LEVEL 101

What is JavaScript?

The language the web runs on. A high-level, dynamic, single-threaded language - originally for browsers, now everywhere from servers to AI agent runtimes.

Read it
WEB · HISTORY / LEVEL 101

The history of JavaScript

Ten days in 1995 to running everything. Browser wars, the quiet decade, the Node revolution, the framework era, and how a scripting language became serious.

Read it
WEB · RUNTIME / LEVEL 401

The event loop in JavaScript

How a single-threaded language handles concurrency without blocking. Call stack, web APIs, task queues, microtasks, and the algorithm tying them together.

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.