DEV Community

Discussion on: Building custom hooks in React to fetch Data

 
marceliwac profile image
Marceli-Wac • Edited

There is also the useCallback hook which can be used to create a memoized function that, when passed to useEffect dependency array, doesn't triger re-renders.