Skip to content

LeetCode-OpenSource/ayanami

Folders and files

NameName
Last commit message
Last commit date
Apr 1, 2019
Apr 28, 2021
Mar 26, 2021
Mar 19, 2021
Mar 19, 2021
Mar 19, 2021
Apr 25, 2019
Mar 19, 2021
Apr 1, 2019
May 6, 2019
Mar 29, 2019
Mar 29, 2019
May 20, 2019
Sep 12, 2019
May 3, 2021
Sep 12, 2019
May 13, 2019
Nov 21, 2019
Jun 4, 2021

Repository files navigation

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