▲ | exesiv 4 hours 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 ;) | ||
▲ | Topfi 4 hours ago | parent [-] | |
With the React Compiler, this isn't the case any longer. |