Comment by ricardobeat

3 months ago

The novelty here is identifying nodes in a list more consistently vs existing options like morphdom. There is a ton of prior art you can draw from, this is called a virtual DOM and is the approach used by React and many contemporary libraries.

The vdom idea isn't new to me but doing it with structural identity hashes is a bit different that what React does, no?