ReactJS – useCallback Hook

This post is about introduction to React useCallback hook.useCallback returns a memorized version of the callback that only changes if one of the dependencies has changed.For better understanding go throught the entire post & video!!!