Category: React
February 22, 2023
Use a fallback image when the image is failed to load
This article will explain the various ways of solving - the image is not loaded, problem. In this article, I am going to solve it in HTML, Vanilla JS and React.
ReadFebruary 03, 2023
How to access ref from the different components in react
The normal flow of ref in react is from parent to child ( like a top-down approach) but in this article, I will explain how can we send the ref in reverse order.
ReadJanuary 22, 2023
The behaviour of the setTimeout in useEffect hook
The setTimeout API with react state does behave the way we think it should behave. This post will explain the working of setTimeout in React.
Read