All about useCallback()
Before talking about use callback hook we need to talk extensively about the functions in javascript.
Functions in JavaScript are first-class functions meaning that a function is a regular object.
The Object can be passed to function as a parameter....
piyushsingh.hashnode.dev4 min read