Redux
Intermediate
Introduction to RTK Query
Learn what RTK Query is and why it's the recommended solution for data fetching in Redux apps.
20 min
3 sections
rtk-query
data-fetching
api
1
2
3
01. What is RTK Query?
Section 1 of 3
RTK Query is a powerful data fetching and caching tool included in Redux Toolkit. It eliminates the need to write thunks and reducers for data fetching.
Back to Course