We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c7bab commit fc9f580Copy full SHA for fc9f580
1 file changed
README.md
@@ -1,4 +1,6 @@
1
-## Features
+## Supported features
2
+
3
+### Hooks
4
5
- useQuery ✅
6
- useQueries ✅
@@ -8,6 +10,9 @@
8
10
- useQueryErrorResetBoundary ✅
9
11
- useIsFetching ✅
12
- useIsMutating ✅
13
14
+### Providers / Client
15
16
- QueryClientProvider ✅
17
- QueryClient
18
- QueryCache
@@ -16,6 +21,9 @@
21
- InfiniteQueryObserver
22
- QueriesObserver
23
- QueryErrorResetBoundary
24
25
+### Functions / Utils
26
19
27
- focusManager
20
28
- onlineManager
29
- setLogger
0 commit comments