Optimize your react component with useMemo, useCallback, useTransition
Hook provides convenient ways to build your react application with functional components.
When your React application grows, unnecessary re-renders can hurt the app's performance. Luckily there are some builtin hooks to solve only that problem for us...
dinhdev.com4 min read