Package Exports
- data-binding-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (data-binding-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Data binding
One of the most powerful two-way data-binding tools available. It has a bunch of really cool features:
- It can be extended with plugins so that virtually any behavior can be triggered on model update.
- It can generate DOM elements for you based on a pure HTML template and repeat them to render a list of items.
- The rendering of lists of items can be virtualized so that not all of the items get rendered, improving performance and memory consumption.
- It's so fast that it's the perfect tool for mobile devices too.
- It's extensively tested to prevent memory leaks.
- It's really to use as it's a plugin for Seam, which is the simplest way to attach behavior to an HTML template.
- It even works with SVGs!
Installation
npm install data-binding-pluginHow to use
Require data-binding-plugin:
var DataBinding = require("data-binding-plugin");documentation is coming...
LICENSE
MIT