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