Memoization, useCallback & memo (using them wisely)
In this article, we’ll learn how to implement memoization in React Native and touch base with the major topics around it.
Focus Points of the Blog:
Memoization and its importance.
Important concepts related to Pure Component in class and memo in f...
techblog.geekyants.com9 min read
Parth Parolekar
Web developer
I had come across useMemo and useCallback before but could never really grasp them in the entirety but this blog made it super easy to understand.