@blocz/react-responsive v4 was just released with a few removals of deprecated APIs. Those are...
TL;DR Explanation Definitions UTF-16 String.prototype.length Unicode composition Emoji...
In TypeScript 5.0, 2 new features were released: moduleResolution:...
Introduction Let’s take this piece of code: <style> .red { color: red; } ...
Learning CSS isn’t the easiest. But the community helped solving that by creating a lot of...
When reading CSS code, we sometimes see code using :before and other times with ::before (same for...
In this post, I want to fix some mistakes I made in other posts, and also include new elements I...
In https://www.youtube.com/watch?v=PYSOnC2CrD8, @surma and @jakearchibald talked about what a proper...
In their v4.9, the TypeScript team is releasing a new operator: satisfies (see blog post...
When working a new React project, there are a lot of frameworks / bundlers that we can...
I was reading semver's spec and I noticed something weird in the regex: This is the 1st time that...
Introduction Knowing how to read a yarn.lock file is important: it lists the packages that...
Introduction Looking at the yarn.lock file can be a bit overwhelming, but it's actually...
Introduction In the previous posts, we saw how to: use CSS to handle different...
Presentation of the issue If you already added a dark mode to your website, and if you are...
In the previous posts, we saw: how to use CSS variables to adapt the display to user system...
In the previous post, we saw how to use CSS variables to adapt the display to user system...
In the previous post, we've seen how to use the color-scheme html meta tag to benefit from the...
Color scheme If you already have a website working, and you haven't used any styles (no...
Hi, I'm Ayc0, maintainer of the library @blocz/react-responsive that aims to provide easy utils in...
The v3 of @blocz/react-responsive was just released with few bug fixes and new names. You can check...
Introduction Sometimes you need to have access to a DOM element in React (like for...
When transitioning from classes to hooks, there are a few rules: First, a few changes need to be...
I've been working with React for some time (more than 3 years now) and when hooks came out, I was...