Learn
Courses and e-books on building for the platform — web components, native APIs, reactive state, and life after the framework. Some are free to start; the deeper ones are paid.
- 4 courses
- 4 e-books
- 2 free to start
8 results
Patterns for vanilla JS
Module patterns, event delegation, state machines, and composition — the building blocks of maintainable JS.
Get the book →Native Web APIs toolkit
Fetch, Intersection Observer, ResizeObserver, and the browser APIs that replace your utility libraries.
Get the book →Migrating off your framework
A step-by-step playbook for replacing framework code with platform APIs — without a big-bang rewrite.
Get the book →The Anti-Framework Handbook
The case for the platform — and the patterns to build real applications on it — in one volume. Nine chapters that take you from "why" to a production architecture with nothing to upgrade.
Get the book →Shadow DOM in depth
Encapsulation, adopted stylesheets, slots, and the composition patterns that make components actually reusable.
Start the course →Signals from scratch
Reactive state with plain objects and getters — the pattern behind modern frameworks, implemented in under 100 lines.
Start the course →Modern CSS architecture
Layers, custom properties, container queries, and cascade layers — a system that scales without a preprocessor.
Start the course →Web Components from scratch
From your first custom element to a fully encapsulated, themeable component library — no build tools, no framework, start to finish. Nine lessons that leave you fluent in the platform.
Start the course →