Hacker News new | ask | show | jobs
by jbaudanza 1556 days ago
I know this is theoretically true, but I've never found this to be the case in practice.

Coinbase, in fact, has made it a rule that all things must be put in useMemo. https://attardi.org/why-we-memo-all-the-things/

Facebook is working on an experimental compiler called React Forget that will transparently memoize everything for you.

https://www.reddit.com/r/reactjs/comments/rcn5ks/react_forge...