min(), max(), and clamp(): three logical CSS functions to use today
https://web.dev/min-max-clamp/
https://web.dev/min-max-clamp/
web.dev
CSS min(), max(), and clamp() | Articles | web.dev
Min, max, and clamp provide powerful CSS capabilities that enable more responsive styling with fewer liens of code. This post goes over how to control element sizing, maintain proper spacing, and implement fluid typography using these well-supported CSS math…
use-sound | a React hook that lets you play sound effects
https://www.joshwcomeau.com/react/announcing-use-sound-react-hook/
https://www.joshwcomeau.com/react/announcing-use-sound-react-hook/
Joshwcomeau
use-sound | a React hook that lets you play sound effects • Josh W. Comeau
By and large, using the web is a visual experience. This is in terrible contrast to mobile apps, which interact with three of our human senses (sight, sound, and touch, through haptic feedback). I just released a library to make it easy to add sound to your…