We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b91d9 commit 901c429Copy full SHA for 901c429
1 file changed
packages/react-tools/README.md
@@ -43,7 +43,7 @@
43
- [ ] useIntersectionObserver
44
- [ ] useMutationObserver
45
- [ ] useKeysEvents
46
- - [ ] useSize
+ - [ ] useSize (=useMeasuree?)
47
- [ ] useHover
48
- [ ] useResponsive
49
- [ ] useClickOutside
@@ -77,6 +77,7 @@
77
- [ ] useNetwork
78
- [ ] useOnline
79
- [ ] useFullscreen (check browser compatibility)
80
+ - [ ] useLanguage (?)
81
82
- __UTILS__
83
- [x] isShallowEqual
@@ -86,6 +87,10 @@
86
87
- [x] isClient
88
- [x] isAsync
89
90
+- __COMPONENT__
91
+ - [ ] Show (component to render or not a component by a condition)
92
+ - [ ] RestrictedRoute (maybe)
93
+ - [ ] ErrorBoundary (??)
94
95
## ESlint configuration
96
To validate dependencies of custom hooks like `useMemoCompare`, configure `exhaustive-deps` with the `additionalHooks` option
0 commit comments