PinnedOptimizing Re-render in React ContextOptimize performance of React Context API with memoization, useRef, and strategies for a smoother user experience.Oct 12, 2023A response icon4Oct 12, 2023A response icon4
PinnedOptimizing Token Refreshing: Preventing Duplicate API Requests with AxiosNot a member yet? Read this story for free hereJun 19, 2023A response icon1Jun 19, 2023A response icon1
Published inJavaScript in Plain English🤔 null vs undefined in JavaScript: What’s the Difference?Understand the key differences between null and undefined in JavaScript, when to use each, and common pitfalls to avoid.Apr 30A response icon1Apr 30A response icon1
Published inJavaScript in Plain EnglishStop Using useEffect for Redux Logic: Here's a Better ApproachLearn how to replace useEffect with Redux listeners, centralize business logic, and improve performance in your React apps.Oct 23, 2024A response icon2Oct 23, 2024A response icon2
Published inJavaScript in Plain EnglishSimplifying Error Handling in JavaScriptLearn how to handle errors in JavaScript with ease using async/await, cleaner code practices, and efficient error-catching techniques.Oct 21, 2024Oct 21, 2024
Published inJavaScript in Plain EnglishMastering Event Delegation in JavaScriptLearn how event delegation simplifies event handling by allowing a parent element to manage events for its dynamic child elements.Sep 8, 2024Sep 8, 2024
Published inJavaScript in Plain EnglishOptimizing User Experience in React: Why You Should Store Filter States in the URL Instead of…Improve your React app by storing filter states in the URL for persistence, shareability, and better user experience with React Router.Aug 14, 2024Aug 14, 2024
Published inStackademicReact Compiler: Say Goodbye to Manual Memoization?Recently, the React team made an exciting announcement: the imminent arrival of React 19 alongside introduction of React compiler. Formerly…Apr 1, 2024Apr 1, 2024
Published inStackademicExploring Hidden Gems: Lesser-Known Array Methods in JavaScriptArrays are widely used data structures in JavaScript for storing the collections of elements. With methods like push, pop, forEach, filter…Feb 27, 2024Feb 27, 2024
React Query and AsyncStorage: How to Persist Data in React Native AppsNot a member yet? Read this story for free hereApr 26, 2023Apr 26, 2023