Skip to content
// writing

Posts tagged #web-apis — Page 3

A mix of technical deep-dives, career reflections, and dispatches from the road.

The Navigation API: Stop Wrestling with history.pushState thumbnail
developmentJun 29, 2026· 4 min
The Navigation API: Stop Wrestling with history.pushState
The Navigation API hit Baseline in early 2026, giving SPAs a single, purpose-built place to intercept and manage routing. Here's why it finally replaces the History API.
read more →
scheduler.yield(): The One-Liner That Fixes Your INP thumbnail
developmentJun 28, 2026· 4 min
scheduler.yield(): The One-Liner That Fixes Your INP
A practical look at scheduler.yield(), the browser API that breaks up long tasks and keeps the main thread responsive without the setTimeout penalty.
read more →
CSS @scope: Component-Scoped Styles Are Now Native thumbnail
developmentJun 21, 2026· 4 min
CSS @scope: Component-Scoped Styles Are Now Native
CSS @scope reached full browser support in December 2025 — here's how to use it to write component-scoped styles without CSS Modules, BEM, or a build step.
read more →
CSS @starting-style: Animate Elements as They Enter the DOM thumbnail
developmentJun 15, 2026· 4 min
CSS @starting-style: Animate Elements as They Enter the DOM
The @starting-style rule gives CSS transitions a starting point when elements first appear, enabling smooth entry animations from display:none or fresh DOM insertion — no JavaScript required.
read more →
CSS User Preference Media Queries: Build Accessible Experiences Without JavaScript thumbnail
developmentJun 14, 2026· 4 min
CSS User Preference Media Queries: Build Accessible Experiences Without JavaScript
A practical guide to prefers-reduced-motion, prefers-color-scheme, prefers-contrast, and forced-colors — the CSS media queries that respect user accessibility settings with zero JavaScript.
read more →
CSS ::search-text: Style the Browser's Find-in-Page Highlights thumbnail
developmentJun 6, 2026· 3 min
CSS ::search-text: Style the Browser's Find-in-Page Highlights
The new ::search-text pseudo-element lets you style the highlights from Ctrl+F find-in-page, so they finally match your site instead of clashing with it.
read more →
The Speculation Rules API: Instant Page Navigations Without a Framework thumbnail
developmentMay 28, 2026· 4 min
The Speculation Rules API: Instant Page Navigations Without a Framework
The Speculation Rules API lets you tell the browser which pages to prefetch or fully prerender in the background — delivering near-instant navigations with a few lines of JSON and no framework required.
read more →
CSS Scroll-Driven Animations: No JavaScript Required thumbnail
developmentMay 22, 2026· 4 min
CSS Scroll-Driven Animations: No JavaScript Required
CSS scroll-driven animations let you create silky-smooth scroll effects — progress bars, reveal animations, parallax — using pure CSS with zero JavaScript.
read more →
Connecting Wallets the Right Way: wagmi v2 and EIP-6963 thumbnail
developmentMay 19, 2026· 4 min
Connecting Wallets the Right Way: wagmi v2 and EIP-6963
The old window.ethereum trick breaks when users have multiple wallets installed. Here's how EIP-6963 and wagmi v2 solve multi-wallet discovery cleanly, with real TypeScript examples.
read more →
// the newsletter
Don't miss the next one