https://github.com/lastmjs/data-bound
Standalone data binding for web components
https://github.com/lastmjs/data-bound
Last synced: 8 months ago
JSON representation
Standalone data binding for web components
- Host: GitHub
- URL: https://github.com/lastmjs/data-bound
- Owner: lastmjs
- License: mit
- Created: 2017-05-18T20:10:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T23:06:27.000Z (about 7 years ago)
- Last Synced: 2025-03-23T22:37:01.959Z (9 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data-bound
Standalone data binding for web components
## Deprecated
While I was working on this library, I came across a couple of other similar projects:
* https://github.com/Polymer/lit-html
* https://github.com/WebReflection/hyperHTML
I prefer lit-html, and it essentially is everything I wanted this library to be. This library is deprecated in favor of lit-html.