Frontend Masters Boost RSS Feed
https://frontendmasters.com/blog
Frontend Masters Boost is a blog about web development. It's written by the team at Frontend Masters, course instructors from the industry, and curated guest authors. The goal is to help you on your path to becoming a senior developer, or to be an even better one.
フィード

Satisfies in TypeScript
Frontend Masters Boost RSS Feed
The `satisfies` keyword allows you to assert that a certain value "satisfies" a given type, while preventing a wider type from being inferred.
18時間前

CSS Gap Decorations
Frontend Masters Boost RSS Feed
Microsoft is working on “gap decorations” and have put together a nice playground to explore them, and I had a play. The idea is drawing lines where gaps would be, rather than empty space. It’s really quite well done with lots of control (do they hit the edges or stop short? do they overlap or […]
2日前

Custom Select (that comes up from the bottom on mobile)
Frontend Masters Boost RSS Feed
You've got A LOT of control over the design of select menus now, and it can be done as a progressive enhancement.
3日前

Step Gradients with a Given Number of Steps
Frontend Masters Boost RSS Feed
A deep dive into producing an interpolated "gradient" of colors from just two provided colors.
4日前

Iterator Helpers Supported Across all Browsers
1

Frontend Masters Boost RSS Feed
Feels notable that Iterator helpers have become Baseline Newly available. The gist is that you can map and filter on stuff that was annoying or impossible to before. I’ll copy Jeremy Wagner’s example:
6日前

Quantity Query Carousel
Frontend Masters Boost RSS Feed
:has() makes quantities queries both easier and more powerful. We can alter how a grid is laid out and where the children go. Or, we can just blast it into a carousel.
8日前

What Is Developer Advocacy? (2025 Edition)
Frontend Masters Boost RSS Feed
I thought Ashley Willis did an excellent job explaining the role in What Is Developer Advocacy? (2025 Edition). We’re still here to serve developers. And we’re still doing the messy, meaningful work of bridging the gap between what a company thinks developers want and what developers actually need. I liked the perspective that it’s actually better for […]
9日前

Understanding CSS corner-shape and the Power of the Superellipse
Frontend Masters Boost RSS Feed
The CSS corner-shape property (very new! only in Chrome Canary!) is useful in basic use cases, for advanced shape making, and the superellipse() function is *extra* powerful.
11日前

Import Assertions use “with” not “assert” anymore.
Frontend Masters Boost RSS Feed
I was trying to play with CSS Module Scripts the other day, which are a way to import CSS as a constructable stylesheet using the ESModules syntax. They are Chrome-only so not really something we can generally use (unless you’re building an Electron app or something), but I really like the idea of being able […]
15日前

Drawing CSS Shapes using corner-shape
Frontend Masters Boost RSS Feed
After you've got a `border-radius`, you can control the shape of the corner with `corner-shape`, which unlocks a simpler and more powerful way to make shapes compared to `clip-path()`.
16日前