DEV Community

Discussion on: First Impressions: learning Angular after React/Redux

Collapse
 
jefftopia profile image
Jeff • Edited

To build off Thomas’s comment, ngrx is a set of related redux libraries built with Angular in mind, but at the end of the day, it’s just another redux library.

I would say that the “service & provider” approach you describe is not the best practice in Angular. Most articles I find recommend Redux for Angular just as they do for React.

NB: ngrx is fully compatible with React. It relies on RxJS observable, which work well with React’s...well, reactive, functional approach.

Thread Thread
 
theodesp profile image
Theofanis Despoudis

If only ngrx was more promoted in React tutorials...