#optimization
Read more stories on Hashnode
Articles with this tag
Before talking about use callback hook we need to talk extensively about the functions in javascript. Functions in JavaScript are first-class...
useMemo is a memoization Technique to improve the Performace of your App.useMemo is a hook used in the functional component of react that returns a...