React Router
Listed inReact RouterPick a Frameworkon
Nested routes, loaders and actions, and treating the URL as the state container it already is.
Page 12 of 12
Listed inReact RouterPick a Frameworkon
Nested routes, loaders and actions, and treating the URL as the state container it already is.
Listed inView TransitionsAnimation and Motionon
Animating between two DOM states — including across a navigation — with the browser doing the tweening.
Listed inReal User MonitoringObservabilityon
Field performance from actual devices on actual networks — the only measurement that counts.
Listed inImplementing AIBuilding AI Featureson
Where the API call belongs, how keys stay server-side, and the UX of a slow, non-deterministic response.
Listed inNotifications and PermissionsWeb APIson
The permission model, prompting at the right moment, and designing for the answer being "no".
Listed inFetching PatternsData Fetching and Cachingon
Waterfalls, parallel loads, and prefetching on intent — deciding where a request should start.
Listed inBiomeBuild Toolson
A single Rust toolchain replacing ESLint and Prettier — the speed win and the current rule gaps.
Listed inServer-Side RenderingServer-Side Renderingon
SSR, hydration, streaming, and the mismatch errors that come from rendering twice in two places.
Listed inGitHub PagesDeploymenton
Free static hosting straight from a repo — good for docs and demos, and where it runs out.
Listed inResponsive DesignCSSon
Media queries, container queries, fluid type, and designing from intrinsic size rather than device breakpoints.
Listed inState ColocationComponent Architectureon
Pushing state down to the smallest subtree that needs it, which deletes most re-render problems for free.
Listed inLazy LoadingImages, Media and Fontson
Deferring offscreen work with `loading="lazy"` — and why the hero image must never be lazy.
Listed inHTTPSWeb Securityon
TLS, certificates, HSTS, and mixed content — plus the browser features that require a secure context.
Listed inStatic Site GeneratorsStatic Site Generatorson
Build-time rendering, incremental regeneration, and the content workflows they assume.