File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ import DocCardList from "@theme/DocCardList";
9
9
RTK Query Loader tries to give you all the flexibility you need to create reusable and extendable loaders.
10
10
11
11
- Supply as many queries as you'd like.
12
- - Supply queries that [ don't affect loading state] ( defer-queries.md ) .
12
+ - Supply queries that [ don't affect loading state] ( defer-queries ) .
13
13
- Send down payloads that contain any static data.
14
- - [ Transform] ( ./transforming.md ) the data to your desired output-format.
15
- - Set up [ default] ( ../Quick%20Guide/base-loader.md ) loading and error states.
16
- - [ Extend] ( ./extending.md ) and re-use existing loaders.
14
+ - [ Transform] ( ./transforming ) the data to your desired output-format.
15
+ - Set up [ default] ( ../Quick%20Guide/base-loader ) loading and error states.
16
+ - [ Extend] ( ./extending ) and re-use existing loaders.
17
17
- Create [ stateful loaders] ( ./stateful-loader )
18
18
19
19
And even if you don't use ` RTK Query ` ...
20
20
21
- - Supply queries that are [ just promises] ( ../Reference/use-create-query.md ) .
22
- - [ Use with other data loading libraries] ( ./other-libs.md )
21
+ - Supply queries that are [ just promises] ( ../Reference/use-create-query ) .
22
+ - [ Use with other data loading libraries] ( ./other-libs )
23
23
24
24
---
25
25
You can’t perform that action at this time.
0 commit comments