Difference between useMemo and useCallback
Re-render is at the heart of React applications, Re-render happens when React components need to update the UI with new data. But there are times when some unnecessary re-renders can decrease the overall performance of the application. React has some...
vedanshmehra.hashnode.dev5 min read