Improve Animation Performance in React 📅 Sep 29, 2022 · ☕ 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 📅 Aug 23, 2022 · ☕ 5 min read · ✍️ Iskander Samatov useReducer will help you prevent bad or unexpected edge cases in your application's state.
The Best Rich Text Editor Libraries for React in 2022: A Comprehensive List 📅 Aug 19, 2022 · ☕ 7 min read · ✍️ Iskander Samatov A list of the best rich text editor libraries for React in 2022.
React FullCalendar Tutorial: How to Build Monthly, Weekly, and Daily Views 📅 Aug 3, 2022 · ☕ 6 min read · ✍️ Iskander Samatov We'll cover building monthly, weekly, and daily calendar views in React with the help of FullCalendar.
Prop Drilling in React: How to Avoid It 📅 Jul 29, 2022 · ☕ 7 min read · ✍️ Iskander Samatov Strategies to avoid a prop drilling mess in your React code and organazing your components better.
How to Auto Format Links with Decorators in Slate-React 📅 Jul 22, 2022 · ☕ 5 min read · ✍️ Iskander Samatov In this tutorial, I'll show you how to auto format links using custom decorators in slate-react.
Guide to Converting Class-Based Components into Functional in React: Strategy, Gotchas, and Tips 📅 Jun 23, 2022 · ☕ 7 min read · ✍️ Iskander Samatov General approach for converting class-based components to functional format along with some common gotchas.
Effective State Management in React: Comprehensive guide 📅 May 23, 2022 · ☕ 6 min read · ✍️ Iskander Samatov Tips and pointers for effective state management in React.
React Patterns: The Container pattern 📅 Mar 28, 2022 · ☕ 3 min read · ✍️ Iskander Samatov The Container pattern is one of the most useful patterns in React.
How to Use the React-Grid-Layout to Create a Responsive, Draggable Grid 📅 Mar 7, 2022 · ☕ 9 min read · ✍️ Iskander Samatov Deep dive into the react-grid-layout library with a step-by-step tutorial on setting up a responsive grid.
React Performance Optimization: 9 Techniques to Boost Application Speed 📅 Feb 28, 2022 · ☕ 7 min read · ✍️ Iskander Samatov In this post, we will cover the best techniques for boosting the speed of your React applications.
React Performance: How to avoid redundant re-renders 📅 Jan 30, 2022 · ☕ 7 min read · ✍️ Iskander Samatov If not taken seriously, redundant re-renders can quickly worsen the performance of your application.
How to make your React components more reusable 📅 Jan 16, 2022 · ☕ 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.