Olivier Wietrich
Olivier Wietrich
Pipe
Pipe with an other store (listen change on one store and set a property in the other)
``` js store.set(0,{ name : 'amy' }); ``` Would it be nice to update a store array as following: ``` js store.set(0,'name', 'olivier'); ```
```js vomit(dom, fn) ```
``` js test ${arra.map(item => `${item}`} what ``` The li `what` is before the array
What if data is undefined? This triggers and error. ``` js vomit`${data.label}` ```
We should be able to pass an array : this array could contain primitives, functions, promises and/or streams.
Useful for big processing: ``` js vomit` ` ```