Earlier quoted context omitted.
That's super interesting. I dont think React is the end state; it has a couple warts that are solved in research communities. TLDR React is not efficient enough, the performance requirements of next-gen apps of 2020s is going to break React because rendering is not incremental. These warts are basically places where React departs from pure functional programming to achieve ease of use. 1) Fundamental performance prob…
Does React with Mobx count as incremental? It only re-renders components when the data accessed by that component has changed.
That's "reactive"