Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agilord/domino

An incremental DOM library, with support for virtual DOM and components, written in Dart.
https://github.com/agilord/domino

Last synced: 2 months ago
JSON representation

An incremental DOM library, with support for virtual DOM and components, written in Dart.

Awesome Lists containing this project

README

        

# domino - a DOM library in Dart

Inspired by Google's [incremental-dom](http://google.github.io/incremental-dom/)
library, `package:domino` is a Dart-native DOM library supporting incremental DOM
updates, efficient event handling and reuse.

NOTE: early version of the package did use virtual DOM, which is a use-case that
can be supported via incremental DOM too.