DEV Community

Discussion on: Why I Stopped Using Redux

Collapse
 
robin2309 profile image
robin2309

Thanks for the article, I did not know about React-Query, it looks like a great solution. When I am trying to think about how I would use it, one question comes to my mind as to how does it replace redux :
How can I apply some transformation on the data that has been fetched by React-Query before the data is actually consumed by the component, like I currently do with selectors on my redux state ?