Akita

State Management Tailored-Made for JS Applications
GitHub
3.7k
Created 6 years ago, last commit 4 months ago
108 contributors
1.11k commits
Stars added on GitHub, month by month
0
0
0
0
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
-0.1
/day
Last month
0.0
/day
Last 12 months
0.0
/day
Package on NPM
Monthly downloads on NPM
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
No dependencies
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 🚀

Akita

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 Build Status Tests commitizen PRs coc-badge semantic-release styled with 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