Improve Graphics Performance with OffscreenCanvas & Web Workers 📅 Oct 22, 2022 · ☕ 4 min read · ✍️ Iskander Samatov OffScreenCanvas is a great way to boost graphics performance, and it's simple to use.
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.
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.
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.
Derived state - Underrated Pro tip for simplifying React state management 📅 Aug 29, 2021 · ☕ 3 min read · ✍️ Iskander Samatov Derived State helps you simplify your code by reducing the number of variables you need to store in your state.
6 new TypeScript features for writing clean code 📅 Jul 30, 2021 · ☕ 4 min read · ✍️ Iskander Samatov Let's cover some of the new TypeScript features that will help write precise and clean code.
Typescript: Five most useful utility types for React 📅 Jul 18, 2021 · ☕ 3 min read · ✍️ Iskander Samatov Let's explore TypeScript utility types for React. Utility types are a powerful feature for constructing new types.
You are refactoring code all wrong 📅 May 31, 2021 · ☕ 7 min read · ✍️ Iskander Samatov People often refactor without a strategy and for the wrong reasons. You need to know why you're doing it and have a clear end goal.
Easy undo feature with React and Immer.js 📅 May 24, 2021 · ☕ 7 min read · ✍️ Iskander Samatov Let's explore adding the undo feature to React with Immer.js while building a dungeon crawler game.
Clean pattern for handling roles and permissions in large React apps 📅 May 16, 2021 · ☕ 5 min read · ✍️ Iskander Samatov Manage granular roles and permissions in React applications in a clean and scalable way.
Simple technique for state management with React and RxJS 📅 Apr 26, 2021 · ☕ 7 min read · ✍️ Iskander Samatov In this post, let's go over a simple technique for communicating between your components with React and RxJS.
React: Smart component API with conditional props and TypeScript 📅 Apr 19, 2021 · ☕ 5 min read · ✍️ Iskander Samatov Using TypeScript and conditional props, you can build an API for your React components that is clear and explicit about its prop requirements.
Better alternatives to the most popular React libraries 📅 Apr 11, 2021 · ☕ 5 min read · ✍️ Iskander Samatov Let's cover the great alternatives to the most popular React libraries that are in a lot of ways a better choice.