-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathv3-react-sidebars.js
More file actions
83 lines (83 loc) · 2.41 KB
/
v3-react-sidebars.js
File metadata and controls
83 lines (83 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
exports.default = {
准备开始: [
"getstarted/overview",
"getstarted/installation",
"getstarted/quick-start",
"getstarted/devtools",
"getstarted/videos",
"getstarted/comparison",
"getstarted/typescript",
"getstarted/graphql",
"getstarted/react-native",
],
"指南&概念": [
"guides&concepts/important-defaults",
"guides&concepts/queries",
"guides&concepts/query-keys",
"guides&concepts/query-functions",
"guides&concepts/parallel-queries",
"guides&concepts/dependent-queries",
"guides&concepts/background-fetching-indicators",
"guides&concepts/window-focus-refetching",
"guides&concepts/disabling-queries",
"guides&concepts/query-retries",
"guides&concepts/paginated-queries",
"guides&concepts/infinite-queries",
"guides&concepts/placeholder-query-data",
"guides&concepts/initial-query-data",
"guides&concepts/prefetching",
"guides&concepts/mutations",
"guides&concepts/query-invalidation",
"guides&concepts/invalidation-from-mutations",
"guides&concepts/updates-from-mutation-responses",
"guides&concepts/optimistic-updates",
"guides&concepts/query-cancellation",
"guides&concepts/scroll-restoration",
"guides&concepts/filters",
"guides&concepts/ssr",
"guides&concepts/caching",
"guides&concepts/default-query-function",
"guides&concepts/suspense",
"guides&concepts/testing",
"guides&concepts/does-this-replace-client-state",
"guides&concepts/migrating-to-react-query-3",
],
范例: [
{
type: "link",
label: "官方示例",
href: "https://react-query.tanstack.com/examples/simple",
},
{
type: "link",
label: "国内内容(Bilibili)",
href: "https://search.bilibili.com/all?keyword=react-query",
},
],
"社区教程/博客": [
{
type: "link",
label: "TkDodo's Blog",
href: "https://react-query.tanstack.com/community/tkdodos-blog",
},
{
type: "link",
label: "入门教程(掘金)",
href: "https://juejin.cn/post/6937833844837974053",
},
],
插件: [
"plugins/broadcast-query-client",
"plugins/createAsyncStoragePersistor",
"plugins/createWebStoragePersistor",
"plugins/persist-query-client",
],
API参考: [
{
type: "link",
label: "等待翻译...",
href: "https://react-query.tanstack.com/reference/useQuery",
},
"doc_template",
],
};