A tutorial about React's useCallback hook by example for performance optimizations in React function components ... (more…)
Read more »
The purpose of writing this article was to help beginners to start easily with React and answer their main question — How the hell does it work??? In this article, I want to describe workflow as… (more…)
Read more »
A guide for non-React engineers. Last week the React team released an experimental version of Concurrent Mode to the public. It's been in development for over a year and the React community has been very excited about its release. What is Concurrent Mode?... (more…)
Read more »
A React Component works hard. As the user manipulates the state of the application, it may re-render 5, 10, 100 times. Sometimes, that’s a…...
Read more »
Let us imagine that by writing a handful of GraphQL queries, it would be possible to build a fully functional React... (more…)
Read more »