We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ed6a6 commit 0e0ccc0Copy full SHA for 0e0ccc0
2 files changed
packages/react-tools/.gitignore
@@ -22,3 +22,4 @@ dist-ssr
22
*.njsproj
23
*.sln
24
*.sw?
25
+*.orig
packages/react-tools/README.md
@@ -12,7 +12,7 @@
12
- [x] useMap
13
- [x] useSet
14
- [x] useArray
15
- - [ ] useProxyState
+ - [-] useProxyState (manca docs)
16
- __EFFECTS__
17
- [x] useCallbackCompare
18
- [x] useCallbackDeepCompare
@@ -75,7 +75,6 @@
75
- [x] isMouseEvent
76
- [x] isTouchEvent
77
- [x] isClient
78
- - [x] isPlainObject
79
80
## ESlint configuration
81
To validate dependencies of custom hooks like `useMemoCompare`, configure `exhaustive-deps` with the `additionalHooks` option
0 commit comments