My favorite from this week is the mechanical watch article. Just some great example of the web technology. But from the technical perspective I really like the idea of the parsing markdown files with the WASM, even if the bundle size is really big, the performance is impressive.
News
Safari 27 beta adds scroll anchoring, so content loading above the viewport no longer yanks the thing you were reading out from under you. The whole release is worth scanning too: customizable select, transform-aware anchor positioning, JSPI, CSS fixes, SVG fixes, and a very large quality pass.
Evan You's toolchain company is joining Cloudflare, while Vite, Vitest, Rolldown, Oxc, and Vite+ stay open-source and MIT-licensed. This is one of those ecosystem moves where the interesting question is not just funding, but where JavaScript tooling and edge runtimes start to overlap.
New community-facing home for sustaining the React ecosystem: fund maintainers, support education and resources, improve global access, sponsor libraries, and give members a voice in funding decisions. The founding-member list also makes it clear how broad React's institutional footprint has become.
Article
Interactive WebKit guide to CSS Grid Lanes: native masonry-style waterfall and brick layouts with `display: grid-lanes`, progressive enhancement examples, demos, and Safari Grid Inspector support. Four lines of CSS instead of a pile of layout JavaScript is the pitch.
Jane Street explains why agentic coding changed its old skepticism about formal methods. The argument is pragmatic: generated code increases the verification burden, and proofs/types/specs can become stronger feedback loops for both humans and agents.
Bartosz Ciechanowski's interactive explanation of a mechanical watch movement: springs, gears, levers, escapement, balance wheel, and why a purely mechanical object can keep time at all. Not frontend, exactly, but it is still one of the best arguments for interactive technical writing on the web.
Library&tools
Rust Markdown / MDX engine for JavaScript pipelines, with flexible JS plugins, WASM playground, AST inspection, npm and crates.io packages, and an MIT license. Another entry in the "Rust core, JS ergonomics" toolbox.
Open-source diff and code rendering library from Pierre, built on Shiki with split or stacked layouts, CSS Grid and Shadow DOM internals, theme adaptation, inline/word highlighting, wrapping, and line-number controls. Useful if your app needs polished code review surfaces without inventing diff rendering from scratch.
Open-source React component kit for document-heavy apps: PDF, DOCX, XLSX, and CSV viewers, bounding-box citations, uploads, file-system flows, document splitting, schema building, and e-signing. Very specific, which is exactly why it is useful.
Catalog of common UI patterns that can be moved from JavaScript into HTML, CSS, or very small JS: accordions, carousels, popovers, offscreen nav, scroll tricks, tabs, lazy loading, image comparison, and more. Good checklist for deleting code before adding another dependency.
Small JavaScript geometry library with examples for convex hulls, point-in-polygon checks, polygon intersections, line interpolation, regular polygons, rotation, translation, scaling, reflection, bounding boxes, and boolean operations. Handy for maps, dataviz, and custom canvas/SVG work.