InfiniteXyy / ayanami

🍭 A better way to react with state

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ayanami

A better way to react with state. Inspired by redux-epics-decorator

GitHub license PRs Welcome code style: prettier npm version codecov CircleCI minzipped size

Highlights

  • 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

Using yarn:
yarn add ayanami @asuka/di reflect-metadata rxjs immer
Or via npm:
npm install ayanami @asuka/di reflect-metadata rxjs immer

Examples

About

🍭 A better way to react with state

License:MIT License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%