Fetching data in Redux using RTK Query
Back Fasasi Tope Apr 28, 2022 · 9 min read Along with using Redux for state management, you can now also fetch and cached data with ease without using React Query, SWR, or any other library by using RTK Query: a powerful data fetching and caching tool included in the Redux Toolkit package.
https://blog.openreplay.com/fetching-data-in-redux-using-rtk-query/