Skip to content

Commit a352b73

Browse files
committed
Merge branch 'main' of github.com:imp-dance/rtk-query-loader
2 parents be59fde + 3225444 commit a352b73

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
1-
# @ryfylke-react/rtk-query-loader
1+
![RTK Query Loader](https://user-images.githubusercontent.com/1190770/233955284-a7da801e-ff3f-4fdc-9808-8f1e5a829012.png)
22

33
![npm](https://img.shields.io/npm/v/@ryfylke-react/rtk-query-loader?color=gray&style=flat-square)
44
![npm type definitions](https://img.shields.io/npm/types/@ryfylke-react/rtk-query-loader?color=gray&label=%20&logoColor=gray)
55
![npm bundle size](https://img.shields.io/bundlephobia/min/@ryfylke-react/rtk-query-loader@latest?style=flat-square)
66

7-
Lets you create loaders that contain multiple RTK queries.
7+
**RTK Query Loader lets you create query loaders for your React components.**
8+
9+
> Made for use with RTK Query, but is also [query-agnostic](#features).
810
911
- [Live demo / Playground](https://codesandbox.io/s/rtk-query-loader-demo-42tubp)
1012
- [NPM](https://www.npmjs.com/package/@ryfylke-react/rtk-query-loader)
1113
- [Documentation](https://rtk-query-loader.ryfylke.dev/)
1214
- [Quick Start](https://rtk-query-loader.ryfylke.dev/Quick%20Guide/)
1315

14-
## **Usage**
16+
## Install
1517

1618
```bash
1719
yarn add @ryfylke-react/rtk-query-loader
1820
# or
1921
npm i @ryfylke-react/rtk-query-loader
2022
```
2123

24+
## Features
25+
26+
- [x] **Flexible**: You can extend and inherit existing loaders to create new ones.
27+
- [x] **Transformable**: Combine and transform the data from your loaders to your desired format.
28+
- [x] **Query Agnostic**: Can be used with RTK Query, Tanstack Query, JS promises, [and more...](https://rtk-query-loader.ryfylke.dev/Features/other-libs)
29+
- [x] **Configurable**: Exposes important configuration options, all of which are inheritable.
30+
31+
You can read more about the features @ [the docs](https://rtk-query-loader.ryfylke.dev/Features/).
32+
33+
## Example
2234
A simple example of a component using rtk-query-loader:
2335

2436
```tsx

0 commit comments

Comments
 (0)