▲ | ChocolateGod 5 months ago | ||||||||||||||||
IIRC its what frameworks like Svelte do when they hit the compiler and optimize, which makes the best of both worlds. | |||||||||||||||||
▲ | wruza 5 months ago | parent [-] | ||||||||||||||||
They still nail "state" to element trees, which creates unbenchmarkable but real update costs. Svelte does better than react, but only within the same paradigm. | |||||||||||||||||
|