```js import React from 'react' import { render } from 'react-dom' import useCache from 'r-use-cache'
published version 0.1.1, 5 years ago```js function Counter() { const count = useValueObservable(someObservable$, 0) return <div>{count}</div> } ```
published version 1.0.1, 4 years agoAdd a subclass of RxJS's Observable that has access to its current value.
published version 0.0.1, 4 years ago```js const count$ = new BehaviorSubject(42)
published version 1.0.0, 4 years agoAn ADT for representing an async value over time
published version 0.0.1, 4 years agoA simple way to read, create, update and remove item in a reactive and synchronous collection.
published version 0.3.1, 4 years ago