File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,17 @@ const UserRoute = () => {
87
87
};
88
88
```
89
89
90
+ <ul >
91
+ <li >
92
+ <a
93
+ href = " https://codesandbox.io/s/ryfylke-react-rtk-query-loader-awaitloader-example-l6vjn3?file=/src/App.tsx"
94
+ target = " _blank"
95
+ >
96
+ Live example on CodeSandbox
97
+ </a >
98
+ </li >
99
+ </ul >
100
+
90
101
</Tab >
91
102
<Tab label = " useLoader" value = " useLoader" >
92
103
Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ const config = {
70
70
src : "img/logo.png" ,
71
71
} ,
72
72
items : [
73
+ {
74
+ href : "https://github.com/ryfylke-react-as/rtk-query-loader/releases" ,
75
+ label : "Changelog" ,
76
+ position : "right" ,
77
+ } ,
73
78
{
74
79
href : "https://codesandbox.io/s/rtk-query-loader-1-0-0-demo-forked-du3936?file=/src/loaders/pokemonLoader.tsx" ,
75
80
label : "Demo" ,
You can’t perform that action at this time.
0 commit comments