2.0.0 • Published 6 years ago

streaminor v2.0.0

Weekly downloads
3
License
AGPL-3.0
Repository
github
Last release
6 years ago

Streaminor

Streaminor is a reactive action based state/side-effect "micro framework" that has only one peer dependency (RxJS) and is written in a single typescript file.

Calling Streaminor a framework is a bit of an overstatement. All it does is 1. Make some streams 2. Link them together using magic :tm: 3. Return the streams so you can do what you want

Install

yarn add streaminor

or with npm:
npm install -s streaminor

Inspiration

Streaminor was heavily inspired by redux-observable and this article.

Docs

Soon, will be in the GitHub wiki.

License

AGPL-3.0

2.0.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago