backbone-hooksync

v0.2.0
Get the CRUD out of your app. Define functions for Backbone.Model create, read, update and delete.

Backbone.HookSync

Get the CRUD out of your app. Define functions for Backbone.Model create, read, update and delete.

class MyAwesomeModel extends Backbone.Model
  sync: Backbone.HookSync.make
    create: myAwesomeAPIsCreateMethod

More Details

See the Annotated Source

npm i backbone-hooksync

Metadata

Downloads

Maintainers