React
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.

How to make your React components more reusable
· ☕ 5 min read · ✍️ Iskander Samatov
By keeping reusability in mind when building your React components, you will have an easier time maintaining your codebase and adding new features to your app.