Skip to content

Commit

Permalink
馃摑 Link to essentials tutorial from RTKQ quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrugsy committed Feb 8, 2022
1 parent f86d1e6 commit 9dc36af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/rtk-query.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hide_title: true

## Introduction

Welcome to the Redux Toolkit Query tutorial! **This tutorial will briefly introduce you to Redux Toolkit's "RTK Query" data fetching capability and teach you how to start using it correctly**.
Welcome to the Redux Toolkit Query tutorial! **This tutorial will briefly introduce you to Redux Toolkit's "RTK Query" data fetching capability and teach you how to start using it correctly**. For a more in-depth tutorial, refer to the [essentials tutorial](https://redux.js.org/tutorials/essentials/part-7-rtk-query-basics) on the Redux core docs site.

RTK Query is an advanced data fetching and caching tool, designed to simplify common cases for loading data in a web application. RTK Query itself is built on top of the Redux Toolkit core, and leverages RTK's APIs like [`createSlice`](../api/createSlice.mdx) and [`createAsyncThunk`](../api/createAsyncThunk.mdx) to implement its capabilities.

Expand Down

0 comments on commit 9dc36af

Please sign in to comment.