@@ -39,6 +39,164 @@ export default defineConfig({
39
39
} ,
40
40
] ,
41
41
} ,
42
+ {
43
+ text : "Hooks" ,
44
+ base : "/hooks" ,
45
+ items : [
46
+ {
47
+ text : "useAsyncEffect" ,
48
+ link : "/use-async-effect" ,
49
+ } ,
50
+ {
51
+ text : "useBoolean" ,
52
+ link : "/use-boolean" ,
53
+ } ,
54
+ {
55
+ text : "useClickOutside" ,
56
+ link : "/use-click-outside" ,
57
+ } ,
58
+ {
59
+ text : "useClipboardText" ,
60
+ link : "/use-clipboard-text" ,
61
+ } ,
62
+ {
63
+ text : "useConstFn" ,
64
+ link : "/use-const-fn" ,
65
+ } ,
66
+ {
67
+ text : "useConst" ,
68
+ link : "/use-const" ,
69
+ } ,
70
+ {
71
+ text : "useCounter" ,
72
+ link : "/use-counter" ,
73
+ } ,
74
+ {
75
+ text : "useDebounceEffect" ,
76
+ link : "/use-debounce-effect" ,
77
+ } ,
78
+ {
79
+ text : "useDebounce" ,
80
+ link : "/use-debounce" ,
81
+ } ,
82
+ {
83
+ text : "useDocumentEventListener" ,
84
+ link : "/use-document-event-listener" ,
85
+ } ,
86
+ {
87
+ text : "useDocument" ,
88
+ link : "/use-document" ,
89
+ } ,
90
+ {
91
+ text : "useElementSize" ,
92
+ link : "/use-element-size" ,
93
+ } ,
94
+ {
95
+ text : "useEventListener" ,
96
+ link : "/use-event-listener" ,
97
+ } ,
98
+ {
99
+ text : "useFocusTrap" ,
100
+ link : "/use-focus-trap" ,
101
+ } ,
102
+ {
103
+ text : "useHover" ,
104
+ link : "/use-hover" ,
105
+ } ,
106
+ {
107
+ text : "useInterval" ,
108
+ link : "/use-interval" ,
109
+ } ,
110
+ {
111
+ text : "useIsMounted" ,
112
+ link : "/use-is-mounted" ,
113
+ } ,
114
+ {
115
+ text : "useKeydown" ,
116
+ link : "/use-keydown" ,
117
+ } ,
118
+ {
119
+ text : "useLatest" ,
120
+ link : "/use-latest" ,
121
+ } ,
122
+ {
123
+ text : "useLocalStorage" ,
124
+ link : "/use-local-storage" ,
125
+ } ,
126
+ {
127
+ text : "useMediaQuery" ,
128
+ link : "/use-media-query" ,
129
+ } ,
130
+ {
131
+ text : "useMount" ,
132
+ link : "/use-mount" ,
133
+ } ,
134
+ {
135
+ text : "usePrevious" ,
136
+ link : "/use-previous" ,
137
+ } ,
138
+ {
139
+ text : "useRerender" ,
140
+ link : "/use-rerender" ,
141
+ } ,
142
+ {
143
+ text : "useSafeLayoutEffect" ,
144
+ link : "/use-safe-layout-effect" ,
145
+ } ,
146
+ {
147
+ text : "useSessionStorage" ,
148
+ link : "/use-session-storage" ,
149
+ } ,
150
+ {
151
+ text : "useTextSelection" ,
152
+ link : "/use-text-selection" ,
153
+ } ,
154
+ {
155
+ text : "useTheme" ,
156
+ link : "/use-theme" ,
157
+ } ,
158
+ {
159
+ text : "useThrottleEffect" ,
160
+ link : "/use-throttle-effect" ,
161
+ } ,
162
+ {
163
+ text : "useThrottle" ,
164
+ link : "/use-throttle" ,
165
+ } ,
166
+ {
167
+ text : "useTimeout" ,
168
+ link : "/use-timeout" ,
169
+ } ,
170
+ {
171
+ text : "useTitle" ,
172
+ link : "/use-title" ,
173
+ } ,
174
+ {
175
+ text : "useToggle" ,
176
+ link : "/use-toggle" ,
177
+ } ,
178
+ {
179
+ text : "useUnmount" ,
180
+ link : "/use-unmount" ,
181
+ } ,
182
+ {
183
+ text : "useUnsafeOnceEffect" ,
184
+ link : "/use-unsafe-once-effect" ,
185
+ } ,
186
+ {
187
+ text : "useUpdate" ,
188
+ link : "/use-update" ,
189
+ } ,
190
+ {
191
+ text : "useWindowSize" ,
192
+ link : "/use-window-size" ,
193
+ } ,
194
+ {
195
+ text : "useWindow" ,
196
+ link : "/use-window" ,
197
+ } ,
198
+ ] ,
199
+ } ,
42
200
] ,
43
201
socialLinks : [
44
202
{
0 commit comments