React
Easy undo feature with React and Immer.js
· ☕ 7 min read · ✍️ Iskander Samatov
Let's explore adding the undo feature to React with Immer.js while building a dungeon crawler game.

Simple tips for writing clean React components
· ☕ 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
· ☕ 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.
· ☕ 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
· ☕ 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
· ☕ 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.