Skip to content

Commit 901c429

Browse files
committed
[ADD] hooks to README.md
1 parent 25b91d9 commit 901c429

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/react-tools/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
- [ ] useIntersectionObserver
4444
- [ ] useMutationObserver
4545
- [ ] useKeysEvents
46-
- [ ] useSize
46+
- [ ] useSize (=useMeasuree?)
4747
- [ ] useHover
4848
- [ ] useResponsive
4949
- [ ] useClickOutside
@@ -77,6 +77,7 @@
7777
- [ ] useNetwork
7878
- [ ] useOnline
7979
- [ ] useFullscreen (check browser compatibility)
80+
- [ ] useLanguage (?)
8081

8182
- __UTILS__
8283
- [x] isShallowEqual
@@ -86,6 +87,10 @@
8687
- [x] isClient
8788
- [x] isAsync
8889

90+
- __COMPONENT__
91+
- [ ] Show (component to render or not a component by a condition)
92+
- [ ] RestrictedRoute (maybe)
93+
- [ ] ErrorBoundary (??)
8994

9095
## ESlint configuration
9196
To validate dependencies of custom hooks like `useMemoCompare`, configure `exhaustive-deps` with the `additionalHooks` option

0 commit comments

Comments
 (0)