Simple conversion functions to allow interop of Svelte style stores with RxJS style stores
See @crikey/stores-rxjs for full documentation.
readable
- Create aReadable
store from an RxJS store without any cachingreadable_persist
- Create aReadable
store which is updated from an RxJS storeobserve_store
- Created a BehaviorSubject style RxJS store from a Svelte style store
promise
- Create aPromise
instance which tracks the state from a readable store containing a promise state
# pnpm
$ pnpm add @crikey/stores-rxjs
# npm
$ npm add @crikey/stores-rxjs
# yarn
$ yarn add @crikey/stores-rxjs