PinnedTanmay TholeOptimizing Re-render in React ContextOptimize performance of React Context API with memoization, useRef, and strategies for a smoother user experience.Oct 12, 20233Oct 12, 20233
PinnedTanmay TholeOptimizing Token Refreshing: Preventing Duplicate API Requests with AxiosNot a member yet? Read this story for free hereJun 19, 20231Jun 19, 20231
Tanmay TholeinJavaScript 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 232Oct 232
Tanmay TholeinJavaScript 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 21Oct 21
Tanmay TholeinJavaScript 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 8Sep 8
Tanmay TholeinJavaScript 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 14Aug 14
Tanmay TholeinStackademicReact 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 1Apr 1
Tanmay TholeinStackademicExploring 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 27Feb 27
Tanmay TholeReact Query and AsyncStorage: How to Persist Data in React Native AppsNot a member yet? Read this story for free hereApr 26, 2023Apr 26, 2023
Tanmay TholeAxios Interceptors: Understanding and Using Them in Your ApplicationsAxios is a popular JavaScript library used for making HTTP requests. One of its unique features is the use of interceptors, which allow…Feb 6, 2023Feb 6, 2023