DEV Community

Discussion on: Early thoughts on Angular with Redux (NgRx)

Collapse
 
integerman profile image
Matt Eland

Thank you! That was not on my radar. It doesn't look (from a quick skim) that it offers the same sort of debugging experience that Redux offers, but it does offer a simplified state management experience that's one step up from manually implementing it in services yourself.

Collapse
 
arielgueta profile image
Ariel Gueta

It does. It comes with Redux devtools (netbasal.gitbook.io/akita/enhancer...) support, and plugins that you will not find in ngrx such as server side pagination, dirty checking, forms manager, etc. If you are coming from .NET this will be more natural to you as it's OOP concepts.