CSS Container queries hit baseline support across all major browsers◆JS ECMAScript 2026 adds native Set methods to Array prototype◆TOOL Vite 7.0 released with 40% faster cold start◆CSS Anchor positioning now stable in Safari 18.4◆REACT React 20 release candidate available for testing◆PERF INP becomes Core Web Vital metric officially◆
№ 01CSS-TRICKSNEW
A Complete Guide to Container Queries in 2026
Container queries have officially hit baseline support across every major browser. This deep dive covers everything from basic syntax to advanced techniques like style queries, container units, and the new @container scoped naming patterns that have emerged from the community.
№ 02MDN WEB DOCS
The :has() Selector Is Now Baseline — Here's What That Unlocks
The relational pseudo-class :has() has been called "the parent selector we've always wanted." Now that it's officially baseline, MDN walks through the patterns it enables: form validation styling, smart card layouts, and conditional sibling targeting that previously required JavaScript.
№ 03WEB.DEV
Building Smooth Page Transitions with the View Transitions API
The View Transitions API is no longer experimental — it shipped with Chrome 124 and Safari 18. This Chrome team walkthrough builds a complete photo gallery app with morphing transitions, covering both same-document and cross-document patterns, plus performance considerations for production.
№ 04SMASHING MAG
Your Bundle Is Still Too Big — And Here's Why
Despite all the modern tooling, the median JavaScript payload has grown 12% year-over-year. Addy Osmani breaks down the hidden cost of "free" features: polyfills you don't need, duplicate dependencies, framework runtime overhead, and the seductive trap of adding "just one more" utility library.
№ 05JOSHCOMEAU.COMHOT
An Interactive Guide to CSS Grid Subgrid
Josh's signature interactive style returns to demystify subgrid. With editable demos, side-by-side comparisons of grid vs subgrid behavior, and real-world layout patterns, this is the comprehensive resource the spec needed. Includes a downloadable cheatsheet.
№ 06A LIST APART
The Return of Server-Rendered HTML
After a decade of client-side rendering dominance, we're watching the pendulum swing back. From React Server Components to Astro's island architecture to good old PHP, the web is rediscovering that sending HTML over the wire is often the right answer. A measured look at why.
№ 07CODEPEN BLOG
Spotlight: Generative SVG Patterns You Can Actually Use
This month's featured collection showcases nine creators who are pushing SVG into wild territory — from CSS-only fractal generators to interactive Lissajous wave players. Each pen includes a "remix" link so you can fork and customize the patterns for your own projects.
№ 08FRONTEND FOCUS
Weekly Roundup #648 — TC39 Notes, Wasm GC, and More
This week: notes from the latest TC39 meeting (decorators are advancing, Records & Tuples are not), the WebAssembly GC proposal hits Stage 4, a deep dive on the new Iterator Helpers, and a curated list of seven open-source releases worth your attention.
№ 09STEFAN JUDIS
Hidden CSS Features You'll Actually Use Tomorrow
Forget the headlines — Stefan digs up the quieter additions: scrollbar-gutter, field-sizing, the new :host-context(), and a use case for text-wrap: pretty that finally makes sense. Each tip comes with a CodePen demo you can fork.
№ 10PICCALILLI
Practical Custom Properties for Design Systems
Andy Bell makes the case for fewer tokens, smarter naming, and using custom properties as a system rather than as variables. Includes a working example design system built from just 24 root tokens and the composition patterns that scale them to entire products.
№ 11BRAM.US
What's New in CSS — May 2026 Edition
Bramus' monthly roundup of CSS news, specs, and browser updates. This month: anchor positioning hits Safari, the @starting-style rule lands universally, and a heads-up about the deprecation of ::-webkit-scrollbar in favor of the new scrollbar properties.
№ 12KENT C. DODDS
Why I Stopped Reaching for useEffect First
An honest retrospective on Kent's evolved relationship with React's most misused hook. Walks through five common useEffect patterns and the better primitives that have emerged: derived state, event handlers, server components, and the new use() hook for async data.