PinnedShubham KhatriinJavaScript 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, 20211Aug 27, 20211
PinnedShubham KhatriinJavaScript 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, 20212Mar 30, 20212
Shubham KhatriinBetter Programming15 Useful VS Code Shortcuts to Boost Your ProductivityGive a boost to your coding speedSep 2, 20214Sep 2, 20214
Shubham KhatriinBetter ProgrammingObserver Design Pattern in JavaScriptEverything you need to know about the Observer design pattern in JavaScriptJun 17, 20212Jun 17, 20212
Shubham KhatriinBetter ProgrammingLazy Loading Images With Intersection Observer in ReactCreating a Gatsby Image style custom React componentMay 19, 20211May 19, 20211
Shubham KhatriinBetter ProgrammingReact.StrictMode Is Your Lifeline for the FutureEverything you need to know about Strict Mode in ReactMay 4, 2021May 4, 2021
Shubham KhatriinBetter ProgrammingWhy Don’t React State Updates Reflect Immediately?If you think state updates are asynchronous, you are only partially correctApr 23, 20212Apr 23, 20212
Shubham KhatriinBetter ProgrammingHow To Use Debounce and Throttle the Right Way With React HooksImplement debounce and throttle in functional components with React HooksApr 15, 20212Apr 15, 20212
Shubham KhatriinNerd 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, 20214Apr 11, 20214
Shubham KhatriinJavaScript 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, 20211Apr 3, 20211