APAshish Pandagreinapandagre.hashnode.dev·Oct 14, 2022 · 3 min readLazy loading images in ReactWhat is lazy loading ?? Instead of loading the entire web page and rendering it to the user in one go, the lazy loading assists loading only the required section (usually user’s viewport) until it is needed by the user. An example can be seen on unsp...00
APAshish Pandagreinapandagre.hashnode.dev·Jul 6, 2022 · 5 min readReact custom Hooks are easy than you think !!ReactJS provides a lot of built-in hooks that you can use, but along with that we can also create our own custom hooks depending on our requirement. When we have a component logic that needs to be used by multiple components, we can extract that log...04LSSA