Documentation for Interactions in the React Aria package.| react-spectrum.adobe.com
Buttons seem like simple components at first, but they hide a lot of complexity under the hood. In the first part of this series, we'll look at how React Spectrum and React Aria implement adaptive press interactions that work across a wide variety of devices and interaction models.| react-spectrum.adobe.com
This is the second post in our three part series on building a button component. In the first post, we covered how React Spectrum and React Aria implement adaptive press events across mouse, touch, keyboard, and screen readers. Today, we’ll cover hover interactions.| react-spectrum.adobe.com
3 🖱️👆 Pointer events#| www.redblobgames.com
Pointer events provide an API for unifying detecting interaction from various "pointers" including a mouse, pen/stylus, or touch.| 12daysofweb.dev
Just over a year ago, I wrote a blog post about a topic that’s very important to me, which is the problem of code rot, of software constantly breaking because of shifting foundations, and the…| Pointers Gone Wild