UseMemo & UseCallback
I kept myself busy tonight by studying more about useMemo and useCallback, two React hooks used to improve the app's performance.
Why using them?
First of all, we should know that in React for every DOM object there is a corresponding Virtual DOM obj...
pietropiraino.hashnode.dev1 min read