r-use-observable
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

useObservable

function Counter() {
    const count = useValueObservable(someObservable$, 0)
    return <div>{count}</div>
}

Readme

Keywords

none

Package Sidebar

Install

npm i r-use-observable

Weekly Downloads

10

Version

1.0.1

License

MIT

Unpacked Size

6.41 kB

Total Files

12

Last publish

Collaborators

  • rozaxe