What StrictMode in React
Everything you need to know about React.StrictMode
Aug 11, 202110 min read241

Search for a command to run...
Articles tagged with #reactjs
Everything you need to know about React.StrictMode

Using Intersection observer to implement Collapsible menu

The correct way to debounce your function with hooks

Use IntersectionObserver and lazy load images with a blur up effect

Very often we come across small games and wonder how complex is it? Can we build it? More often than not we do not go beyond it. In this post however we will build a simple memory game which is easy to play and also easy to develop. The card memory g...

If you think state updates are asynchronous, you are only partially correct
