Skip to content

The new data-binding plugin for Seam that's based on Object-observe

License

Notifications You must be signed in to change notification settings

podefr/data-binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer: this is a WIP

Data-binding-object-observe

Now that Object.observe starts being available in various JS runtimes, data-binding libraries can be standalone. For years, we have used Backbone-like models that publish events when changes happen, or Angular-like digest loops with dirty-checking. All of this is now an unnecessary abstraction as Object.observe will keep track of data changes. Data-binding-object-observe is a librarie that leverages Object.observe to provide a way to achieve two-way data-binding.

Installation

npm install data-binding-object-observe

Usage

var dataBinding = require('data-binding-object-observe');

License

MIT

About

The new data-binding plugin for Seam that's based on Object-observe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published