hooks
A concise, code-focused tutorial on optimizing React apps using the useMemo hook to avoid unnecessary computations. 1. Introduction React’s useMemo
React’s useEffect hook allows functional components to perform side effects such as data fetching, subscriptions, or manually changing the DOM.