streaminor
v2.0.0
Published
Streaminor is a action/event based state/side-effect "framework" that has only one peer dependency (RxJS) and is written in a single typescript file.
Downloads
3
Readme
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
- Make some streams
- Link them together using magic :tm:
- 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