Pick a Framework

Component models, reactivity, and routing. Learn one properly; the second one takes a weekend.

9 articles

Solid JS

Listed inSolid JSPick a Frameworkon

JSX with fine-grained signals and no virtual DOM — components run once, effects do the rest.

Intermediate7 minDraft
#solid
#frameworks

Svelte

Listed inSveltePick a Frameworkon

A compiler rather than a runtime: runes, derived state, and what disappears from the shipped bundle.

Beginner8 minDraft
#svelte
#frameworks

Angular

Listed inAngularPick a Frameworkon

Standalone components, dependency injection, signals, and the batteries-included trade-off.

Intermediate10 minDraft
#angular
#frameworks

Vue.js

Listed inVue.jsPick a Frameworkon

The Composition API, single-file components, and fine-grained reactivity through proxies.

Beginner9 minDraft
#vue
#frameworks

React

Listed inReactPick a Frameworkon

Components, hooks, and the render model — plus the rules of hooks that explain most confusing bugs.

Beginner11 minDraft
#react
#frameworks

React Router

Listed inReact RouterPick a Frameworkon

Nested routes, loaders and actions, and treating the URL as the state container it already is.

Intermediate8 minDraft
#react
#routing