useAutoScroll custom hook in ReactjsIntroduction You might have seen on streaming platforms such as youtube.com or twitch.com where there are live chat feeds, whenever a new chat comes, mainly two things happen:1. Auto-scrolls at the bottom2. If a user scrolls the feed on the top then ...Sep 1, 2023·4 min read
Promises in javascript!According to MDN, a promise is an object representing the eventual completion or failure of an asynchronous operation. Promises are used to deal with asynchronous operations in javascript. An asynchronous operation can be like, getting data from Ne...Jan 22, 2022·2 min read