Skip to content

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

License

Notifications You must be signed in to change notification settings

jtakalai/backbone-associations

This branch is up to date with dhruvaray/backbone-associations:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f1d8ae · Jul 4, 2014
Jun 29, 2014
Jun 28, 2014
Jan 10, 2013
Jun 29, 2014
Jun 29, 2014
Jun 29, 2014
Jun 29, 2014
Jun 29, 2014
Jun 29, 2014
Jun 29, 2014
Jul 4, 2014

Repository files navigation

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 (3.6KB), easy-to-understand, light-weight and fast.

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

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

Who uses Backbone-Associations?

See dhruvaray#55

We encourage you to add your experiences to this list!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%