Memoization and React Friday, November 13, 2020 Teklinks Memoization has to do with caching. Here's a super simple implementation of memoization: The basic idea is: hang on to the input and their associated output and return that output again if called with the same input. Full article Email This BlogThis! Share to X Share to Facebook