Blog

· 5 min read
React will outlast us
React has stayed at the center of frontend development for years, but in 2024 it crossed a threshold that few noticed. It's now become almost impossible to dethrone - and the reason has nothing to do with the React team, the ecosystem, or anything you'd expect.

· 4 min read
React Anti-Pattern: Stop Passing Setters Down the Components Tree
Let's see why passing useState setters as props creates abstraction leaks and tightly couples child components to parent implementations.

· 3 min read
Practical Tips for Nailing Algorithms Interviews
I'm getting asked this question a lot, so let's talk about it - what can we do to get better at the LeetCode kind of interview