rijs.data

2.2.4 • Public • Published

Ripple | Data

Coverage Status Build Status

Extends core to register objects and arrays. It also enables per-resource change listeners on those resources, as well versioning info.

ripple('data', [])

All data resources will be emitterified:

// instead of: ripple.on('change', function(name, change){ .. })
ripple('name').on('change', function(change){ .. })
ripple('name').once('change', function(change){ .. })
ripple('name').emit('change')

All data resources will be initialised with versioning info:

ripple('name').log

Readme

Keywords

none

Package Sidebar

Install

npm i rijs.data

Weekly Downloads

10,819

Version

2.2.4

License

pemrouz.mit-license.org

Unpacked Size

41.7 kB

Total Files

9

Last publish

Collaborators

  • pemrouz