0.1.2 • Published 10 years ago

smartvar v0.1.2

Weekly downloads
17
License
-
Repository
github
Last release
10 years ago

SmartVar

Build Status

Create smart variables/models in a functional reactive style

SmartVar documentation

  • Reactive Model Supporting
  • Live link SmartVars to other SmartVars
  • Supports computed properties based on local and other SmartVar propeties

var myModel = new SmartVar({ firstName: 'mark','lastName: 'norman', displayName: (parent) => { parent.registerDependency(displayName), firstName, lastName) } });

myModel .changes()
.filter( function() { }) .bindTo($('#test1');

myInput('#inp1') .sendTo(myModel, 'filterPath');

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago