Hacker News new | ask | show | jobs
by ricardobeat 222 days 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.
1 comments

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