Comment on Virtual DOM in ElmComments−lightblade12yI've been thinking why there's no virtual dom implementation other than react. Glad to see there's finally some out there.−skybrian12yIf you're using Dart, I have an experimental implementation: https://github.com/google/dart-tagtreeI'm sure others are experimenting as well, so we should see more implementations soon.−baddox12yMithril is a JS MVC that also has a virtual DOM implementation.http://lhorie.github.io/mithril/
Comments
I've been thinking why there's no virtual dom implementation other than react. Glad to see there's finally some out there.
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/