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";
99RTK Query Loader tries to give you all the flexibility you need to create reusable and extendable loaders.
1010
1111- 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 ) .
1313- 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.
1717- Create [ stateful loaders] ( ./stateful-loader )
1818
1919And even if you don't use ` RTK Query ` ...
2020
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 )
2323
2424---
2525
You can’t perform that action at this time.
0 commit comments