2.0.0 • Published 7 years ago
streaminor v2.0.0
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