Y
Hacker News
new
|
ask
|
show
|
jobs
by
elbear
680 days ago
React doesn't work in the same way? I don't know much about it, but I assumed it does.
1 comments
fngjdflmdflg
680 days ago
I'm not sure. Hopefully someone here can let us know. I didn't mean to imply that react doesn't work that way.
link
satvikpendem
680 days ago
It does work that way. However, Flutter and now React (via their new compiler) are becoming smarter at rerendering, where they will only rerender what has truly changed, not just rerender the entire tree below the changed component.
link