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.
How to Prevent the Timers from Stopping Due to Browser Tab Inactivity in JavaScript 📅 May 15, 2022 · ☕ 3 min read · ✍️ Iskander Samatov Timers stopping or acting erratically is a common problem that occurs when you have multiple browser tabs open.
The Difference between Local Storage and Session Storage: When to Use Each 📅 May 9, 2022 · ☕ 4 min read · ✍️ Iskander Samatov We will discuss similarities and differences between local and session storage and when to use each.
JavaScript Tips: How to Write Clean Functions 📅 Apr 11, 2022 · ☕ 6 min read · ✍️ Iskander Samatov Following these tips will make your functions more maintainable and easier to read and understand.
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.
Constructor vs Prototype in JavaScript: What's the Difference? 📅 Mar 21, 2022 · ☕ 5 min read · ✍️ Iskander Samatov We will demystify these two terms and explain the difference between them.
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.
In-Depth Look at TypeScript Generics: Part 2 — Advanced Inference 📅 Feb 21, 2022 · ☕ 8 min read · ✍️ Iskander Samatov Advanced type inference combined generics allows us to build complex types on top of other ones.