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.
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.
Quickly find bad commits using git bisect 📅 Mar 29, 2021 · ☕ 4 min read · ✍️ Iskander Samatov Searching through the commit history trying to find the regression bug? You can use git bisect to find the culprit much faster.
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.
6 MVP time-killers and how to avoid them 📅 Mar 14, 2021 · ☕ 6 min read · ✍️ Iskander Samatov I'll go over the time-killers people often face when building an MVP and how you can avoid them and start your learning process much faster.
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.
Iterators and Generators – when are they actually useful? 📅 Mar 4, 2021 · ☕ 6 min read · ✍️ Iskander Samatov Here are few use cases for iterators and generators that are closer to the real-world scenario than a simple 'Hello World' type code.
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.
Scale your app better with Scaling Cube 📅 Jul 7, 2019 · ☕ 6 min read · ✍️ Iskander Samatov In this post we’ll go over the basic principles behind the Scaling Cube and why you should consider it when trying to scale your project.