React JS / April 25, 2022 useCallback hook and react.Memo to improve the rendering of our components In the following post we are going to use useCallback hook to memorize a function and use it with react.memo, to optimize the… Read more