logoalt Hacker News

b_e_n_t_o_nlast Wednesday at 8:46 PM0 repliesview on HN

It automemoizes objects that would otherwise be recreated on each render, which would then cause rerenders down the tree. By memoizing these objects, they reduce the amount of rerendering done without actually changing the semantics of the code you write (unless you wrote code that only works because of frequent unnecessary rendering).