sdeleuze / backbone-associations

Create object hierarchies with Backbone models; Respond to hierarchy changes using regular Backbone events.

Home Page:http://dhruvaray.github.io/backbone-associations/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone-associations Build Status

Associations allows Backbone applications to model 1:1 & 1:N associations between application models and Collections. More importantly, applications can listen to any kind of change (change, add, remove, reset, sort, destroy) in this hierarchy using standard Backbone events and respond to them. (views can re-render for example). The implementation strives to be tiny (2.2KB), easy-to-understand, light-weight and fast.

For features, performance #s, API documentation, tutorials and recipes, please visit :

http://dhruvaray.github.io/backbone-associations/

About

Create object hierarchies with Backbone models; Respond to hierarchy changes using regular Backbone events.

http://dhruvaray.github.io/backbone-associations/

License:MIT License