JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12377
  • Score
    100M100P100Q137979F

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

Package Exports

  • backbone-associations

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 (backbone-associations) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 (3KB), 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 https://github.com/dhruvaray/backbone-associations/issues/55

We encourage you to add your experiences to this list!

Bitdeli Badge