PinnedPublished inJavaScript in Plain EnglishHow to Build a Custom Pagination Component in ReactWe often work with web applications that need to fetch large amounts of data from a server through APIs and render it on the screen.Aug 27, 2021A response icon1Aug 27, 2021A response icon1
PinnedPublished inJavaScript in Plain EnglishBuild a Collapsible Menu in React with Intersection ObserverWhen people talk about Intersection Observer, the most common use cases that come to mind are Lazy loading and Infinite Scroll. However…Mar 30, 2021A response icon2Mar 30, 2021A response icon2
Published inBetter Programming15 Useful VS Code Shortcuts to Boost Your ProductivityGive a boost to your coding speedSep 2, 2021A response icon4Sep 2, 2021A response icon4
Published inBetter ProgrammingObserver Design Pattern in JavaScriptEverything you need to know about the Observer design pattern in JavaScriptJun 17, 2021A response icon2Jun 17, 2021A response icon2
Published inBetter ProgrammingLazy Loading Images With Intersection Observer in ReactCreating a Gatsby Image style custom React componentMay 19, 2021A response icon1May 19, 2021A response icon1
Published inBetter ProgrammingReact.StrictMode Is Your Lifeline for the FutureEverything you need to know about Strict Mode in ReactMay 4, 2021May 4, 2021
Published inBetter ProgrammingWhy Don’t React State Updates Reflect Immediately?If you think state updates are asynchronous, you are only partially correctApr 23, 2021A response icon2Apr 23, 2021A response icon2
Published inBetter ProgrammingHow To Use Debounce and Throttle the Right Way With React HooksImplement debounce and throttle in functional components with React HooksApr 15, 2021A response icon2Apr 15, 2021A response icon2
Published inNerd For TechImplement your own Promises in JavaScriptPromises is one of the most fundamental concepts in JavaScript that all of us have used many times in our applications but can we…Apr 11, 2021A response icon4Apr 11, 2021A response icon4
Published inJavaScript in Plain EnglishBuild a Card Memory Game with ReactVery 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…Apr 3, 2021A response icon1Apr 3, 2021A response icon1