@crikey/stores-rxjs
TypeScript icon, indicating that this package has built-in type declarations

0.0.16 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @crikey/stores-rxjs

Weekly Downloads

15

Version

0.0.16

License

MIT

Unpacked Size

17.5 kB

Total Files

9

Last publish

Collaborators

  • whenderson-crikey
  • whenderson