An overview on react hooks useMemo and useCallback.
Hello everyone,
Hooks play a major role when we switch from class components to functional components in react. Hooks let you split one component into smaller functions based on what pieces are related (such as setting up a subscription or fetching d...
shrey027.hashnode.dev7 min read