Hacker News new | ask | show | jobs
by lightblade 4352 days ago
I've been thinking why there's no virtual dom implementation other than react. Glad to see there's finally some out there.
2 comments

If you're using Dart, I have an experimental implementation: https://github.com/google/dart-tagtree

I'm sure others are experimenting as well, so we should see more implementations soon.

Mithril is a JS MVC that also has a virtual DOM implementation.

http://lhorie.github.io/mithril/