Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can I get same benefits if I use ngrx? #1

Closed
xmlking opened this issue May 6, 2019 · 1 comment
Closed

can I get same benefits if I use ngrx? #1

xmlking opened this issue May 6, 2019 · 1 comment

Comments

@xmlking
Copy link

xmlking commented May 6, 2019

@DeborahK I watched your presentation on youtube and it was a great inspiration for me, to use combineLatest and shareReplay for caching and efficient Change Detection .
I am thinking of I use redux store implementations like ngrx or ngxs, I can get same benefits?

@DeborahK
Copy link
Owner

Redux implementations such as ngrx and ngxs are state management libraries. You can do state management with RxJS (and some of ngrx and ngxs leverage RxJS). But RxJS is much more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants