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.
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.
Compound Component – advanced React pattern UI libraries love 📅 Apr 4, 2021 · ☕ 10 min read · ✍️ Iskander Samatov Let's take a look at an advanced React pattern - Compound Component. This pattern is widely adopted by a lot of popular UI libraries.
Simple tips for writing clean React components 📅 Mar 22, 2021 · ☕ 9 min read · ✍️ Iskander Samatov In this post, let's go over some simple tips that will help you write cleaner React components and scale your project better.
How to create a VSCode extension using React 📅 Mar 7, 2021 · ☕ 6 min read · ✍️ Iskander Samatov In this post, you will learn how to create a customized VSCode extension using React and Webview. I'll also provide useful tips and gotchas.
Five React hooks useful in any project. 📅 Feb 21, 2021 · ☕ 8 min read · ✍️ Iskander Samatov In this post, I will cover five simple React hooks that you will definitely find handy in any React project.
Chakra UI: React library built for speed 📅 Feb 14, 2021 · ☕ 3 min read · ✍️ Iskander Samatov Chakra UI is gaining traction in React community. The library makes it that much easier and faster to prototype and build React components.
Differences between React.JS and React Native 📅 Mar 8, 2019 · ☕ 5 min read · ✍️ Iskander Samatov If you know React.JS, in this post you will learn the differences that you need to learn to start building with React Native.