Skip to content

Commit eae9c67

Browse files
authored
docs: adding features section
1 parent 136d85f commit eae9c67

1 file changed

Lines changed: 45 additions & 29 deletions

File tree

README.md

Lines changed: 45 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,49 @@
1+
<p align="center">
2+
<img src="./assets/logo.svg" />
3+
<br />
4+
<br />
5+
<a target="_blank" href="#installation"> Installation </a> //
6+
<a target="_blank" href="#getting-started"> Getting Started </a> //
7+
<a target="_blank" href="#getting-started"> Supported Features </a> //
8+
<a target="_blank" href="https://github.com/rescriptbr"> ReScript Brazil Community </a>
9+
</p>
10+
111
## Supported features
12+
These bindings are working in progress, check out the following supported features:
13+
14+
-`=` Fully implemented
15+
-
16+
- ⚙️ `=` Work in progress
17+
- ⚠️ `=` Partially implemented
218

319
### Hooks
420

5-
- useQuery
6-
- useQueries
7-
- useMutation
8-
- useInfiniteQuery ✅
9-
- useQueryClient ✅
10-
- useQueryErrorResetBoundary ✅
11-
- useIsFetching ✅
12-
- useIsMutating ✅
13-
14-
### Providers / Client
15-
16-
- QueryClientProvider ✅
17-
- QueryClient
18-
- QueryCache
19-
- MutationCache
20-
- QueryObserver
21-
- InfiniteQueryObserver
22-
- QueriesObserver
23-
- QueryErrorResetBoundary
24-
25-
### Functions / Utils
26-
27-
- focusManager
28-
- onlineManager
29-
- setLogger
30-
- hydration/Hydrate
31-
- hydration/useHydrate
32-
- hydration/hydrate
33-
- hydration/dehydrate
21+
- useQuery
22+
- useQueries
23+
- useMutation
24+
- ✅ useInfiniteQuery
25+
- ✅ useQueryClient
26+
- ✅ useQueryErrorResetBoundary
27+
- ✅ useIsFetching
28+
- ✅ useIsMutating
29+
30+
### Providers / Client / Core
31+
32+
- ✅ QueryClientProvider
33+
- ⚙️ QueryClient
34+
- ⚙️ QueryCache
35+
- ⚙️ MutationCache
36+
- ⚙️ QueryObserver
37+
- ⚙️ InfiniteQueryObserver
38+
- ⚙️ QueriesObserver
39+
- ⚙️ QueryErrorResetBoundary
40+
41+
### Functions / Helpers
42+
43+
- focusManager
44+
- onlineManager
45+
- setLogger
46+
- hydration/Hydrate
47+
- hydration/useHydrate
48+
- hydration/hydrate
49+
- hydration/dehydrate

0 commit comments

Comments
 (0)