0.0.16 • Published 2 years ago

@crikey/stores-rxjs v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@crikey/stores-rxjs

Simple conversion functions to allow interop of Svelte style stores with RxJS style stores

See @crikey/stores-rxjs for full documentation.

codecov

API

Store creation functions:

  • readable - Create a Readable store from an RxJS store without any caching
  • readable_persist - Create a Readable store which is updated from an RxJS store
  • observe_store - Created a BehaviorSubject style RxJS store from a Svelte style store

Promise creation functions:

  • promise - Create a Promise instance which tracks the state from a readable store containing a promise state

Installation

# pnpm
$ pnpm add @crikey/stores-rxjs

# npm
$ npm add @crikey/stores-rxjs

# yarn
$ yarn add @crikey/stores-rxjs
0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

3 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.2

4 years ago