PinnedInJavaScript in Plain EnglishbyShubham Khatri·Aug 27, 2021How 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.A response icon1A response icon1
PinnedInJavaScript in Plain EnglishbyShubham Khatri·Mar 30, 2021Build 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…A response icon2A response icon2
InBetter ProgrammingbyShubham Khatri·Sep 2, 202115 Useful VS Code Shortcuts to Boost Your ProductivityGive a boost to your coding speedA response icon4A response icon4
InBetter ProgrammingbyShubham Khatri·Jun 17, 2021Observer Design Pattern in JavaScriptEverything you need to know about the Observer design pattern in JavaScriptA response icon2A response icon2
InBetter ProgrammingbyShubham Khatri·May 19, 2021Lazy Loading Images With Intersection Observer in ReactCreating a Gatsby Image style custom React componentA response icon1A response icon1
InBetter ProgrammingbyShubham Khatri·May 4, 2021React.StrictMode Is Your Lifeline for the FutureEverything you need to know about Strict Mode in React
InBetter ProgrammingbyShubham Khatri·Apr 23, 2021Why Don’t React State Updates Reflect Immediately?If you think state updates are asynchronous, you are only partially correctA response icon2A response icon2
InBetter ProgrammingbyShubham Khatri·Apr 15, 2021How To Use Debounce and Throttle the Right Way With React HooksImplement debounce and throttle in functional components with React HooksA response icon2A response icon2
Shubham Khatri·Apr 11, 2021Implement 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…A response icon4A response icon4
InJavaScript in Plain EnglishbyShubham Khatri·Apr 3, 2021Build 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…A response icon1A response icon1