Ways to optimize performance in Functional React applications
When there is a very large react project then any optimization that can minimize the number of re-renders of the UI can improve the performance of the application.
1) Memoization
Memoization means storing computation results in a cache and retrieving...
srishti-gautam.hashnode.dev3 min read