My favorite from this week is Linear explanation.
News
Chrome proposal for streaming and patching HTML out of order with `<template for>` markers plus new static/streaming HTML insertion APIs. Feels like browser-level islands and partial hydration plumbing, with all the usual "please respect sanitization" caveats.
Stable release of Chrome DevTools for agents: MCP server, CLI, skills, Lighthouse audits, emulation, extension debugging, WebMCP testing, heap snapshots, and handoff into an existing logged-in browser session. Runtime visibility is exactly where coding agents need to get less silly.
Article
Reverse-engineered breakdown of why Linear feels instant—IndexedDB as the local database, optimistic writes, service-worker precaching, aggressive code splitting, MobX-level updates, keyboard-first interaction, and short GPU-only animations. The useful lesson is not "copy Linear"; it's "stop putting the network in the critical path."
Great explanation of using ProseMirror's node/mark/position/mapping model outside an editor, to wrap EPUB text into sentence-level spans without destroying inline formatting. Rich text is never just strings, and this shows why the data model matters.
Beautiful process writeup for an open-source variable font based on Shantell Martin's handwriting. Weight, Italic, Informality, Bounce, and Spacing axes; Latin and Cyrillic support; and a thoughtful argument that approachable typography is not the same thing as careless typography.
Library&tools
Modern continuation of Facebook's `fbt` for JavaScript and React i18n. Inline translatable JSX with descriptions next to the UI, compiler extraction, small runtime IR, Babel/SWC/Vite/Next/Expo support; nice to see i18n API design getting this much care.
Platform-agnostic checklist for what a decent website should expose—HTML basics, SEO, accessibility, security headers, well-known URIs, performance, privacy, i18n, and agent readiness. Also ships as an MCP server and Markdown/llms.txt-friendly resource, which is very 2026 in the best way.
Jane Street library for building dynamic terminal UIs in OCaml using the same programming model as `bonsai_web`. Niche, but I always like seeing serious UI architecture applied to TUIs instead of another pile of imperative terminal state.
Single-file macOS Python terminal app for paced resonance breathing; no dependencies, no curses, explicit safety constraints, session logging, and a surprisingly serious clinical-literature writeup. Tiny tool, unusually well documented.
Generates type-safe TypeScript APIs from raw SQL files, with parameter inference, column nullability, single-row vs multi-row return inference, and support for Postgres, MySQL, SQLite, LibSQL, Bun SQLite, and Cloudflare D1. Experimental, but the direction is exactly right: keep SQL, generate the glue.
Mature JS/TS library for generating and modifying `.docx` files in Node or the browser. Declarative API, examples for React/Vue/Angular/Node, playground included; useful whenever "just export a Word document" turns into a week of OOXML archaeology.
Other
A crossword where every clue is `eval(answer)`, so solving it means leaning into cursed JavaScript coercion and syntax tricks. Human-made, progress saved locally, and probably more educational than half the JS quizzes on the internet.
The State of CSS 2026 survey is open until June 15, with results planned for June 30. Worth filling in if you want the annual CSS snapshot to reflect more than just the loudest parts of frontend Twitter.