{"id":19153372,"url":"https://github.com/leetcode-opensource/ayanami","last_synced_at":"2025-04-07T13:04:56.630Z","repository":{"id":34394416,"uuid":"178386521","full_name":"LeetCode-OpenSource/ayanami","owner":"LeetCode-OpenSource","description":"🍭 A better way to react with state","archived":false,"fork":false,"pushed_at":"2024-08-16T17:33:06.000Z","size":4100,"stargazers_count":137,"open_issues_count":27,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-31T12:07:02.538Z","etag":null,"topics":["decorators","react","react-hooks","reactive","reactive-programming","reactivex","redux","reflect","rxjs","state-management","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeetCode-OpenSource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-29T10:42:08.000Z","updated_at":"2024-12-21T04:00:42.000Z","dependencies_parsed_at":"2024-12-24T23:12:20.264Z","dependency_job_id":null,"html_url":"https://github.com/LeetCode-OpenSource/ayanami","commit_stats":{"total_commits":309,"total_committers":11,"mean_commits":28.09090909090909,"dds":0.4110032362459547,"last_synced_commit":"87d8792626ebc4a624ccd40fead809f9049a75cc"},"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeetCode-OpenSource%2Fayanami","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeetCode-OpenSource%2Fayanami/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeetCode-OpenSource%2Fayanami/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeetCode-OpenSource%2Fayanami/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeetCode-OpenSource","download_url":"https://codeload.github.com/LeetCode-OpenSource/ayanami/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657276,"owners_count":20974344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decorators","react","react-hooks","reactive","reactive-programming","reactivex","redux","reflect","rxjs","state-management","typescript"],"created_at":"2024-11-09T08:22:52.504Z","updated_at":"2025-04-07T13:04:56.599Z","avatar_url":"https://github.com/LeetCode-OpenSource.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003eAyanami\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003e\n  A better way to react with state. Inspired by \u003ca href=\"https://github.com/LeetCode-OpenSource/redux-epics-decorator\"\u003eredux-epics-decorator\u003c/a\u003e\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/LeetCode-OpenSource/ayanami/blob/master/LICENSE\"\u003e\n    \u003cimg height=\"20\" alt=\"GitHub license\" src=\"https://img.shields.io/badge/license-MIT-blue.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"#contributing\"\u003e\n    \u003cimg height=\"20\" alt=\"PRs Welcome\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/prettier/prettier\"\u003e\n    \u003cimg height=\"20\" alt=\"code style: prettier\" src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/ayanami\"\u003e\n    \u003cimg height=\"20\" alt=\"npm version\" src=\"https://img.shields.io/npm/v/ayanami.svg?style=flat\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/LeetCode-OpenSource/ayanami\"\u003e\n    \u003cimg height=\"20\" alt=\"codecov\" src=\"https://codecov.io/gh/LeetCode-OpenSource/ayanami/branch/master/graph/badge.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://circleci.com/gh/LeetCode-OpenSource/ayanami\"\u003e\n    \u003cimg height=\"20\" alt=\"CircleCI\" src=\"https://badgen.net/circleci/github/LeetCode-OpenSource/ayanami/master\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://bundlephobia.com/result?p=ayanami\"\u003e\n    \u003cimg height=\"20\" alt=\"minzipped size\" src=\"https://badgen.net/bundlephobia/minzip/ayanami\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Highlights\n\n- No extra configuration, everything is out of the box\n- Define state and actions in a **predictable** and **type-safe** way\n- Use **[`RxJS`](https://rxjs-dev.firebaseapp.com)** to create side effects and more\n- **Debuggable**: Inspect actions and state changes via [`redux-devtools-extension`](https://github.com/zalmoxisus/redux-devtools-extension)\n\n## Installation\n\n##### Using [yarn](https://yarnpkg.com/en/package/ayanami):\n\n```bash\nyarn add ayanami @asuka/di reflect-metadata rxjs immer\n```\n\n##### Or via [npm](https://www.npmjs.com/package/ayanami):\n\n```bash\nnpm install ayanami @asuka/di reflect-metadata rxjs immer\n```\n\n## Examples\n\n- [Reducer example](https://codesandbox.io/s/py5o3ojo7x)\n- [ImmerReducer example](https://codesandbox.io/s/ayanamiimmerreducerexample-r07kk)\n- [Effect example](https://codesandbox.io/s/nnko0rxjv4)\n- [Scope example](https://codesandbox.io/s/jlz44wrymw)\n- [Interact with other Ayanami example](https://codesandbox.io/s/ly5ol8xrqz)\n- [SameScope example](https://codesandbox.io/s/k97lqxwvn5)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleetcode-opensource%2Fayanami","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleetcode-opensource%2Fayanami","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleetcode-opensource%2Fayanami/lists"}