stama-rx
v1.0.0
Published
Side effects inspired by NGRX, built for UMD, with finish signal implemented for NodeJS app
Downloads
13
Maintainers
Readme
stama-rx
Installation
npm i -S stama-rx
Example Structure
main.ts
{{./example/src/main.ts}}
stama/actions.ts
{{./example/src/stama/actions.ts}}
stama/effects.ts
{{./example/src/stama/effects.ts}}
To see the visualized flow of example, fork this repository then run the following commands
npm i
npm run example