AARYAN BAJAJaaryan-bajaj-learnings.hashnode.dev·May 16, 2024React useCallback Hook in Real Life💯In the dynamic world of React development, optimizing performance is crucial for creating efficient and responsive applications. One powerful tool in the React developer’s toolkit is the useCallback hook. Stop Rerunning Functions with useCallback Im...2 likesReact useCallback
Rahul Bhattrahulsbhatt.hashnode.dev·Jul 2, 2020Why State in React is more useful than you think!The React Way If you have just begun to use React then chances are you might have come across “State”, this concept is easy to grasp but requires a different brain thinking when designing one. When I was transiting from one basic web technologies ( H...React state management