Hacker News new | ask | show | jobs
by benjaminsuch 1934 days ago
Can only recommend your blog post! It's my goto website when I want to read in depth articles about React or Redux.

That being said, what struck me most was this piece of Dan's quote:

> [...]if you can prove to React something can’t change [...], then React doesn’t need to visit it

I mean it's the consequence of using memoization, but I never really put it that way and for some reason it helps me writing better code. It's a weird thing I have like "I only really realize/understand it when you give it a name or call it out".