Olivier Wietrich
Olivier Wietrich
second argument could be a boolean to allow piping of `changed` events or not.
Now support: ``` js store.pipe(other); ```
Should we do? ``` js store.pipe(other, 'prop'); ```
it won't probably look like it but basically we need to know when a state change. Should we do that through the internal event emitter?
@foxdonut The [readme](https://github.com/bredele/mood/tree/master/test ) and the [test](https://github.com/bredele/mood/blob/master/test/mood.js) files are what you are looking for. Please let me know if you need more examples.
Hey @foxdonut I intend to maintain mood and it's not being sunset.