DEV Community

Discussion on: How NgRx Store & Effects Work: 20 LoC Re-Implementation

Collapse
 
jwp profile image
John Peters

Thanks Nils;
Do you find this to be superior to just maintaining state without NGRx? If so, how is this superior? I'll admit I'm a bit skeptical. The first time I read about React's state management I disliked it from the start.

Collapse
 
n_mehlhorn profile image
Nils Mehlhorn

i wouldn't recommend a custom implementation for a real app, as mentioned at the end. Nothing wrong with maintaining state without NgRx though, but if you decide for a redux-like pattern you should go with the actual NgRx library