Skip to content

Commit 2a3ffec

Browse files
committed
docs: small doc fixes
1 parent 8eee648 commit 2a3ffec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/docs/Advanced/other-libs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ You can technically use RTK Query Loader with most other similar query-fetching
44

55
## Tanstack Query
66

7-
Below is an example of a resolver for `@tanstack/react-query`:
8-
97
```typescript
108
import {
119
useQuery,
@@ -63,6 +61,6 @@ const loader = createLoader({
6361

6462
The output format will obviously be a bit different, but in this example you have access to the original query at the `.original_query` property.
6563

66-
## More libraries
64+
## Other libraries
6765

68-
If you are interested in creating resolvers for other libraries, you can [edit this page](https://github.com/ryfylke-react-as/rtk-query-loader/tree/main/docs/docs/Advanced/other-libs.md) and then [submit a pull request](https://github.com/ryfylke-react-as/rtk-query-loader/compare) on GitHub to share your resolver here.
66+
If you are interested in creating resolvers for other libraries, you can [edit this page](https://github.com/ryfylke-react-as/rtk-query-loader/tree/main/docs/docs/Advanced/other-libs.md) and then [submit a pull request](https://github.com/ryfylke-react-as/rtk-query-loader/compare) on GitHub to share your resolver here, as an npm package, or with the code embedded directly in the docs.

0 commit comments

Comments
 (0)