DEV Community

Discussion on: Angular Developer discovers Redux-Toolkit

Collapse
 
timsar2 profile image
timsar2

Do you prefer to use NGRX + RTKQ or just using RTK?
What benefit does it have if we use them together?

Collapse
 
dewaldels profile image
Dewald Els

Well, NgRx is for Angular and RTK is for React, so I wouldn’t be using it together. I still have to try RTKQ myself. Haven’t had a chance to experiment

Collapse
 
timsar2 profile image
timsar2 • Edited

So what about rxjs and asynchronos?