Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yeah, both the React Query and Redux maintainers agree that you shouldn't be writing data fetching and caching logic yourself. That's why we recently added a new "RTK Query" data fetching and caching API to Redux Toolkit, so that if you're using Redux it handles that work for you:

- https://redux.js.org/tutorials/essentials/part-7-rtk-query-b...

- https://redux-toolkit.js.org/rtk-query/overview

and if you're just using React, definitely look at React Query.



RTKQ is terrific. Between things like that and MUI, the level of productivity you can achieve really is amazing.

Also, thanks for your work -- really, really appreciate it.


Yes we chose Redux 6 years ago for data fetching and caching when there wasn't as many alternatives as today!


Hah, yeah, the ecosystem landscape has definitely changed over the last few years :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: