Akita: Differences from NGRX

Created on 25 Jun 2018  路  2Comments  路  Source: datorama/akita

Why is this state manager better than NGRX? I have a choice. Thanks!

question

Most helpful comment

@xvs32x
If your project relies on Angular, and you are much more familiar with the Angular structure and DI, you will soon find the major differences.
Talking is cheap, checking the official example from Stackblitz is the better way.

NGRX:
https://stackblitz.com/github/ngrx/platform/

Akita:
https://stackblitz.com/edit/akita-todos-app

All 2 comments

It's not a competition; they are both a good choice and will give you the same result, it's a matter of personal style.

@xvs32x
If your project relies on Angular, and you are much more familiar with the Angular structure and DI, you will soon find the major differences.
Talking is cheap, checking the official example from Stackblitz is the better way.

NGRX:
https://stackblitz.com/github/ngrx/platform/

Akita:
https://stackblitz.com/edit/akita-todos-app

Was this page helpful?
0 / 5 - 0 ratings

Related issues

johanrin picture johanrin  路  7Comments

eitanfr picture eitanfr  路  4Comments

NathanAlcantara picture NathanAlcantara  路  4Comments

NetanelBasal picture NetanelBasal  路  6Comments

RonnieRocket147 picture RonnieRocket147  路  5Comments