Login
From:
Emma Goto
(Uncensored)
subscribe
Use memoization in your code to reduce unnecessary re-renders
https://www.emgoto.com/react-memoization/
links
backlinks
Roast topics
Find topics
Find it!
Memoization is the act of storing the result of an expensive function call, and re-using the result whenever it’s required, instead of re-ca