ayanami
๐ญ A better way to react with state
File Explorer
Download Latest Version (.zip)- config.yml
- dependabot.yml
- .gitignore
- pre-commit
- index.html
- index.tsx
- action-related.ts
- index.ts
- scope.spec.ts
- index.ts
- same-scope-decorator.ts
- type.ts
- utils.ts
- basic-state.ts
- get-effect-action-factories.ts
- get-original-functions.ts
- index.ts
- ayanami.ts
- ikari.ts
- index.ts
- symbols.ts
- types.ts
- index.ts
- use-ayanami-instance.ts
- use-ayanami.ts
- use-subscribe-ayanami-state.ts
- constants.ts
- express.ts
- flag.ts
- index.ts
- run.ts
- ssr-context.tsx
- ssr-module.ts
- terminate.ts
- index.ts
- connect.tsx
- index.ts
- redux-devtools-extension.ts
- ssr.spec.tsx.snap
- ayanami.spec.ts
- connect.spec.tsx
- define-action.spec.ts
- effect.spec.ts
- hooks.spec.tsx
- ikari.spec.ts
- immer-reducer.spec.ts
- reducer.spec.ts
- ssr.spec.tsx
- utils.spec.ts
- .eslintignore
- .eslintrc.json
- .gitignore
- .npmignore
- .prettierrc
- jest.config.js
- LICENSE
- package.json
- README.md
- setup.js
- tsconfig.build.json
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/LeetCode-OpenSource/ayanami
Downloads the entire project code from GitHub to your computer.
cd ayanami
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add ayanami @asuka/di reflect-metadata rxjs immer
Type this command into your terminal and run it.
npm install ayanami @asuka/di reflect-metadata rxjs immer
Downloads and installs the libraries listed in package.json.
<img height="20" alt="npm version" src="https://img.shields.io/npm/v/ayanami.svg?style=flat" />
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
