0.0.16 • Published 1 year ago

@crikey/stores-rxjs v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.2

3 years ago