DEV Community

Discussion on: Implementing Redux pattern

 
jucian0 profile image
Jucian0

When we think how Angular works, IMO NGXS makes more sense than NgRx

Thread Thread
 
ronancodes profile image
Ronan Connolly 🛠

Interesting, why do you think that?

Thread Thread
 
jucian0 profile image
Jucian0

Okay, my opinion is based in old versions of NgRx, but it's strange that we have a function as a reducer in Angular, but with ngxs we hava a class with decorators.
This approach make more sense for me when we are using Angular.
It's like a foreign body.