DEV Community

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

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