3 min read
React re-renders: the mental model that finally made it click
Most re-render advice is a list of tricks. The tricks make sense once you stop thinking of rendering as expensive.
- react
- javascript
$ cat ~/blog/*.mdx
Notes on the things I keep re-explaining. This site has no comments by design; I’m on LinkedIn.
Most re-render advice is a list of tricks. The tricks make sense once you stop thinking of rendering as expensive.
this in JavaScript still trip up senior devs?It isn't that this is hard. It's that it answers a question most of us stopped asking.