|
|
|
|
|
by exesiv
281 days ago
|
|
React reactive framework:
- are you moving a slider? lets re-render the whole tree every frame
- oh you didn't want to re-render the whole page? shoulda used hooks ;) Modern reactive framework:
- looks like your slider is only updating one value on the page, let me surgically update that for you. no sweat ;) |
|