React polymorphic components with TypeScript 📅 Aug 22, 2021 · ☕ 4 min read · ✍️ Iskander Samatov Polymorphic components is a powerful React pattern for controlling how your components render in DOM.
React Higher Order Components with TypeScript 📅 Aug 8, 2021 · ☕ 4 min read · ✍️ Iskander Samatov Let's cover the right approach of implementing React higher-order components in TypeScript using generics and utility types.
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.
Using React children prop with TypeScript 📅 Jun 29, 2021 · ☕ 2 min read · ✍️ Iskander Samatov I'll cover each of the types used for children prop and discuss the trade-offs so you can pick the right one for your use case.
Top five useful Chrome Dev Tools tips for React 📅 Jun 20, 2021 · ☕ 5 min read · ✍️ Iskander Samatov There are many tips for Chrome Dev Tools, but not all of them are useful for React. Here I cover five Dev Tools tips tailored for React development.
GraphQL made simple with React Suspense and Hooks 📅 Jun 2, 2021 · ☕ 6 min read · ✍️ Iskander Samatov Using React Suspense, you can avoid writing annoying conditional rendering and try/catch code when working with GraphQL.
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.