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…
In the following post we are going to use useCallback hook to memorize a function and use it with react.memo, to optimize the…
The application is based on querying an API for the gender of the name entered. We will focus on how react renders this…