0.0.1 • Published 8 years ago

falcor-array v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

falcor-array Build Status

Methods to mutate part of a falcor graph as if it was an array

Status: WIP

Install

$ npm install --save falcor-array

Usage

var falcorArray = require('falcor-array')

falcorArray.insert(model, ['my', 'items'], {
  index: -1,
  value: {$type: 'ref', ref: ['itemsById', 2]}
})

License

MIT © Andrew Joslin