streaminor
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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 ™️
  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

Readme

Keywords

none

Package Sidebar

Install

npm i streaminor

Weekly Downloads

2

Version

2.0.0

License

AGPL-3.0

Unpacked Size

43.1 kB

Total Files

13

Last publish

Collaborators

  • jdenderplays