Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/agilord/domino
- Owner: agilord
- Created: 2021-12-26T13:04:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T17:16:30.000Z (4 months ago)
- Last Synced: 2024-11-03T20:35:46.609Z (2 months ago)
- Language: Dart
- Size: 84 KB
- Stars: 19
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.