Memoization in React
Background
Memoization is an optimization technique used to speed up the computer programs by storing the output of expensive calls and returning the same cached output when the same inputs occur again.
So it tells us that it is a technique that ba...
anshuljain.in3 min read
Saumya Ranjan Nayak
Undergrad | Building Stuff. π±π»| Full Stack Engg. | YouTube Creator π
I read Coinbase's React Native Article recently where they used memorization heavily to speed up their app.