I’m very curious to know what the Ember devs think about Google’s newly introduced “Incremental DOM”:
In our own work with virtual DOM implementations we have found 2 major issues that we set out to fix:
We really like templates. Our designers like templates. Lets make sure we can continue to use our existing templating languages.
Performance, especially on memory constrained mobile devices, can suffer when large virtual DOM trees need to be updated a lot.
Might be relevant to the Android performance issues.