Accessible Animations in React

Long-time readers of this site have probably picked up that I am a big fan of animations . When used properly, I believe they add a… Read more

Similar

How to Build Electron Apps with React

I have always had a deep interest in writing Desktop applications. What was holding me off throughout the years was, I wasn't interested in learning C++ or Java to make them. I wanted to build Desktop apps with Javascript, so I landed on Electron, a Javas... (more…)

Read more »

React State Management in 2021

Managing state in a UI is challenging. It's genuinely difficult and the solutions require a depth of knowledge and experience to understand. Everything is a balance of tradeoffs in complexity, performance, and user experience. (more…)

Read more »