Frontend Digest - July 2025

August 3, 2025
1 min read

A mix of fresh releases, useful tools, and a couple of thought-provoking reads. Here’s what caught my eye this week:


Color Everything in CSS

A cool explanation from CSS-Tricks showing how deep CSS color control has become in 2025. The examples do a great job visualizing how color-scheme impacts native elements like form controls and scrollbars. If you care about consistent dark mode and modern browser styling - worth a read.

Organizing Design System Component Patterns With CSS Cascade Layers

Quick overview of CSS cascade layers. It reminded me a bit of BEM - separating responsibilities and giving structure to large design systems.

What’s New in Tiptap V3

Tiptap 3 is out! New editor architecture, improved collaboration, and performance improvements across the board. A great pick if you’re building rich-text editing tools.

TypeScript 5.9 Beta

New TypeScript beta is here. Better type inference, isolated declarations by default, and some nice ergonomic improvements.


Handy Libraries & Tools


From the Blogosphere

Related Articles