Improve Animation Performance in React
· ☕ 7 min read · ✍️ Iskander Samatov
Animation is a powerful tool to improve user experience and drive engagement, but getting it right takes effort.

How to fight bad state with useReducer
· ☕ 5 min read · ✍️ Iskander Samatov
useReducer will help you prevent bad or unexpected edge cases in your application's state.

Prop Drilling in React: How to Avoid It
· ☕ 7 min read · ✍️ Iskander Samatov
Strategies to avoid a prop drilling mess in your React code and organazing your components better.