A better way to react with state. Inspired by redux-epics-decorator
- No extra configuration, everything is out of the box
- Define state and actions in a predictable and type-safe way
- Use
RxJS
to create side effects and more - Debuggable: Inspect actions and state changes via
redux-devtools-extension
Using yarn:
yarn add ayanami reflect-metadata rxjs immer
Or via npm:
npm install ayanami reflect-metadata rxjs immer