svelte-pipeable-store

1.0.3 • Public • Published

Svelte Pipeable Store

This is a fork for Svelte's store, adding a pipe method. Stores can be piped through a number of operators. Synchronous operators include: map, filter, scan, pluck, concat, tap, take, skip, bufferCount, and readonly. Async operators include debounce, throttle, bufferTime and wait.

Installation

Install with npm:

npm install 'svelte-pipeable-store';

Usage

I've also made a REPL with an example counter

Similarish syntax to RxJS. Read the API docs

Readme

Keywords

none

Package Sidebar

Install

npm i svelte-pipeable-store

Weekly Downloads

143

Version

1.0.3

License

ISC

Unpacked Size

31.9 kB

Total Files

28

Last publish

Collaborators

  • sprawld