Skip to content

salesforce/akita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d88135 Β· Feb 19, 2024
Feb 6, 2023
Nov 27, 2021
Apr 19, 2020
Feb 5, 2023
Feb 14, 2023
Nov 27, 2021
Nov 27, 2021
Jun 12, 2018
Nov 27, 2021
Apr 19, 2020
Nov 27, 2021
Apr 12, 2020
Apr 12, 2020
Apr 12, 2020
May 23, 2022
Feb 12, 2022
Jun 12, 2018
Apr 12, 2020
Jun 12, 2018
Feb 19, 2024
May 18, 2022
Nov 27, 2021
Dec 13, 2022
Dec 13, 2022
Jan 9, 2023
Feb 13, 2023
Jan 9, 2023
Feb 13, 2023
Jan 9, 2023
Jan 9, 2023

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