|
|
|
|
|
by ridicter
2215 days ago
|
|
I think using managing state with an observable data service is a pretty good option w/o resorting to 3rd party libraries:
https://blog.angular-university.io/how-to-build-angular2-app... Alternatively, you could use Akita, which is built on top of this basic model, but offers a ton of additional functionality and the ability to use Redux Dev Tools. Finally, you also have NgRX, which is based on Redux--but also adds a ton of overhead and boilerplate. I actually opted for Akita since it is way more ergonomic and offers most everything I need. |
|
Not seen Akita previously - will take a look. Thanks!