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

0.20.1 • Public • Published

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

Package Sidebar

Install

npm i ayanami

Weekly Downloads

4

Version

0.20.1

License

MIT

Unpacked Size

166 kB

Total Files

191

Last publish

Collaborators

  • runjuu
  • leetcode-oss