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.
Reclaiming Responsibility From Best Practices in Software Development 📅 Dec 27, 2021 · ☕ 6 min read · ✍️ Iskander Samatov This post explores some of the common best practices, why they don't always work, and what's a better approach.
6 simple tips for working with React and TypeScript 📅 Dec 12, 2021 · ☕ 3 min read · ✍️ Iskander Samatov Common tips, suggestions, and techniques useful when building React applications with TypeScript.
How to review pull requests more quickly: practical tips 📅 Dec 5, 2021 · ☕ 6 min read · ✍️ Iskander Samatov This post contains some actionable tips on how you can start reviewing PRs faster.
Fundamental tips for testing React components with Enzyme 📅 Nov 22, 2021 · ☕ 4 min read · ✍️ Iskander Samatov This post will cover fundamental tips and utilities that Enzyme provides to help with writing unit tests for React components.
Boost Apollo GraphQL performance with cache normalization 📅 Nov 8, 2021 · ☕ 3 min read · ✍️ Iskander Samatov Apollo has a robust caching mechanism that can drastically improve the performance of your application.
React antipatterns to avoid 📅 Sep 19, 2021 · ☕ 5 min read · ✍️ Iskander Samatov These antipatterns will make your codebase a nightmare to work with.
Component composition: Fundamental skill to become a solid React developer 📅 Sep 13, 2021 · ☕ 4 min read · ✍️ Iskander Samatov Component composition is the fundamental concept in React that's essential to learn to become a solid React developer.