React
React antipatterns to avoid
· ☕ 5 min read · ✍️ Iskander Samatov
These antipatterns will make your codebase a nightmare to work with.

React Higher Order Components with TypeScript
· ☕ 4 min read · ✍️ Iskander Samatov
Let's cover the right approach of implementing React higher-order components in TypeScript using generics and utility types.

Using React children prop with TypeScript
· ☕ 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
· ☕ 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.