Introduction: So in the past, I made a blog post about Memoization in React. This is an ‘optimisation technique’ within React and it’s definitely worth learning, once you understand the fundamentals of React (hooks, functional components, the DOM …). Today, I’ve decided to focus on the useCallback() hook because for 2…