Web Development
Insights, solutions, and learnings from my web development journey
CSS Grid vs Flexbox
When deciding between CSS Grid and Flexbox, I've developed a simple mental model: use Flexbox for one-dimensional layouts (rows OR columns) and Grid f...
Solving React State Management
I've been working with various state management solutions in React, and I've found that for most applications, a combination of Context API and useRed...
react state frontend
March 16, 2025