Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datorama/akita
🚀 State Management Tailored-Made for JS Applications
https://github.com/datorama/akita
angular javascript oop react redux rxjs state-management store typescript vue
Last synced: 3 months ago
JSON representation
🚀 State Management Tailored-Made for JS Applications
- Host: GitHub
- URL: https://github.com/datorama/akita
- Owner: salesforce
- License: apache-2.0
- Created: 2018-06-11T09:03:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T08:02:53.000Z (9 months ago)
- Last Synced: 2024-04-15T23:11:51.602Z (7 months ago)
- Topics: angular, javascript, oop, react, redux, rxjs, state-management, store, typescript, vue
- Language: TypeScript
- Homepage: https://salesforce.github.io/akita/
- Size: 14.8 MB
- Stars: 3,693
- Watchers: 67
- Forks: 345
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.js
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-state - akita - Made for JS Applications (cross framework)
- awesome-react-state-management - akita - State Management Tailored-Made for JS Applications (List)
README
# THE LIBRARY IS NOT MAINTAINED ANYMORE - DON'T USE IT
## Elf, a newer state management solution, has been published. We recommend [checking it out](https://ngneat.github.io/elf/) 🚀
![Akita](https://s8.postimg.cc/d4m3fc9tx/image.png)
> A Reactive State Management Tailored-Made for JS Applications
Whether it be Angular, React, Vue, Web Components or plain old vanilla JS, Akita can do the heavy lifting and serve as a useful tool for maintaining clean, boilerplate-free, and scalable applications.
[![Downloads](https://img.shields.io/npm/dt/@datorama/akita.svg?style=flat-square)]()
[![Build Status](https://github.com/datorama/akita/workflows/Build/badge.svg)](https://github.com/datorama/akita/actions?query=workflow%3A%22Build%22)
[![Tests](https://github.com/datorama/akita/workflows/Tests/badge.svg)](https://github.com/datorama/akita/actions?query=workflow%3A%22Tests%22)
[![commitizen](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)]()
[![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)]()
[![coc-badge](https://img.shields.io/badge/codeof-conduct-ff69b4.svg?style=flat-square)]()
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)Akita is a state management pattern, built on top of RxJS, which takes the idea of multiple data stores from Flux and the immutable updates from Redux, along with the concept of streaming data, to create the Observable Data Stores model.
Akita encourages simplicity. It saves you the hassle of creating boilerplate code and gives powerful tools with a moderate learning curve, suitable for both experienced and inexperienced developers alike.
👉 [10 Reasons Why You Should Start Using Akita as Your State Management Solution](https://engineering.datorama.com/10-reasons-why-you-should-start-using-akita-as-your-state-management-solution-66b63d033fec)
- 🤓 Learn about it on the [docs site](https://opensource.salesforce.com/akita/)
- 🚀 See it in action on [StackBlitz](https://stackblitz.com/edit/akita-todos-app)
- 😎 Use the [CLI](https://github.com/datorama/akita/tree/master/tools/akita-cli)
- 👉 Checkout the [sample application](http://akita.surge.sh/)