Ayanami
redux-epics-decorator
A better way to react with state. Inspired byHighlights
- 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
Installation
yarn:
Usingyarn add ayanami @asuka/di reflect-metadata rxjs immer
npm:
Or vianpm install ayanami @asuka/di reflect-metadata rxjs immer