Important practice from Josh Comeau on useMemo and useCallback in React JS
https://www.joshwcomeau.com/react/usememo-and-usecallback/
---
Using TypeScript in React Functional components
https://javascript.plainenglish.io/how-to-develop-react-functional-components-with-typescript-12c2cfbb271d
---
Store temporary data with React Hook
https://www.positronx.io/react-get-and-cache-data-with-custom-hook-tutorial/
---
#react #hooks #memo #callback
https://www.joshwcomeau.com/react/usememo-and-usecallback/
---
Using TypeScript in React Functional components
https://javascript.plainenglish.io/how-to-develop-react-functional-components-with-typescript-12c2cfbb271d
---
Store temporary data with React Hook
https://www.positronx.io/react-get-and-cache-data-with-custom-hook-tutorial/
---
#react #hooks #memo #callback
Joshwcomeau
Understanding useMemo and useCallback • Josh W. Comeau
What's the deal with these two hooks?! Lots of devs find them confusing, for a whole host of reasons. In this tutorial, we'll dig deep and understand what they do, why they're useful, and how to get the most out of them.