Replace one async action that interacts with an API with RTKQ to see the differences between RTKQ and Thunk when using redux-toolkit.
Removes the need for query library like SWR or similar. Also removes need for writing hooks encapsulating fetching logic.
Replace one async action that interacts with an API with RTKQ to see the differences between RTKQ and Thunk when using redux-toolkit. Removes the need for query library like SWR or similar. Also removes need for writing hooks encapsulating fetching logic.