@datorama/akita
Version:
A Reactive State Management Tailored-Made for JS Applications
31 lines (20 loc) ā¢ 2.42 kB
Markdown

> A Reactive State Management Tailored-Made for JS Applications
## Elf, a newer state management solution, has been published. We recommend [checking it out](https://ngneat.github.io/elf/) š
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.
<hr />
[]()
[](https://github.com/datorama/akita/actions?query=workflow%3A%22Build%22)
[](https://github.com/datorama/akita/actions?query=workflow%3A%22Tests%22)
[]()
[]()
[]()
[](https://github.com/semantic-release/semantic-release)
[](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://datorama.github.io/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/)