- RTK Query is a powerful data fetching and caching tool. It is designed to simplify common cases for loading data in a web application, eliminating the need to hand-write data fetching & caching logic yourself.
- It's built on top of RTK, namely
createAsyncThunk
andcreateSlice
.
TLDR: Abstraction of fetching logic + caching