Responsive Components: a Solution to the Container Queries Problem — Philip Walton
Here’s a really smart approach to creating container queries today—it uses ResizeObserver
to ensure that listening for size changes is nice and performant.
There’s a demo site you can play around with to see it in action.
While the strategy I outline in this post is production-ready, I see us as being still very much in the early stages of this space. As the web development community starts shifting its component design from viewport or device-oriented to container-oriented, I’m excited to see what possibilities and best practices emerge.