kmicklas / redoak

An editor for the future
GNU Affero General Public License v3.0
2 stars 0 forks source link

Implement virtual DOM diffing based on node ids #2

Open kmicklas opened 8 years ago

kmicklas commented 8 years ago

This will reduce the size of DOM updates, which are likely to become an actual bottleneck with real life sized code. Also, it will make it easier to see what's going on in the browser DOM inspector.

Ericson2314 commented 8 years ago

Hmm, reflex isn't going to make this any easier unless I make a cache.