Links — Interesting finds from around the web
February 05, 2020
Memoizing React components
Alright what is Memoization first? In computing, memoization is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and returning the cached result when the same inputs occur again.