You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows registering data resources (objects or arrays).
5
+
Extends [core](https://github.com/rijs/core#ripple--core) to register objects and arrays. It also enables per-resource change listeners on those resources, as well versioning info.
6
6
7
7
```js
8
8
ripple('data', [])
9
9
```
10
10
11
-
All data resources will be emitterified:
11
+
All data resources will be [emitterified](https://github.com/utilise/utilise#--emitterify):
0 commit comments