@@ -30,6 +30,7 @@ Compatible with React v18.0.0+.
30
30
- [ useIsClient] ( https://usehooks.com/useisclient )
31
31
- [ useIsFirstRender] ( https://usehooks.com/useisfirstrender )
32
32
- [ useList] ( https://usehooks.com/uselist )
33
+ - [ useLocalStorage] ( https://usehooks.com/uselocalstorage )
33
34
- [ useLockBodyScroll] ( https://usehooks.com/uselockbodyscroll )
34
35
- [ useLongPress] ( https://usehooks.com/uselongpress )
35
36
- [ useMap] ( https://usehooks.com/usemap )
@@ -45,6 +46,7 @@ Compatible with React v18.0.0+.
45
46
- [ useRenderCount] ( https://usehooks.com/userendercount )
46
47
- [ useRenderInfo] ( https://usehooks.com/userenderinfo )
47
48
- [ useScript] ( https://usehooks.com/usescript )
49
+ - [ useSessionStorage] ( https://usehooks.com/usesessionstorage )
48
50
- [ useSet] ( https://usehooks.com/useset )
49
51
- [ useThrottle] ( https://usehooks.com/usethrottle )
50
52
- [ useToggle] ( https://usehooks.com/usetoggle )
@@ -67,9 +69,7 @@ Compatible with React v18.0.0+.
67
69
- [ useInterval] ( https://usehooks.com/useinterval )
68
70
- [ useIntervalWhen] ( https://usehooks.com/useintervalwhen )
69
71
- [ useKeyPress] ( https://usehooks.com/usekeypress )
70
- - [ useLocalStorage] ( https://usehooks.com/uselocalstorage )
71
72
- [ useLogger] ( https://usehooks.com/uselogger )
72
73
- [ usePageLeave] ( https://usehooks.com/usepageleave )
73
74
- [ useRandomInterval] ( https://usehooks.com/userandominterval )
74
- - [ useSessionStorage] ( https://usehooks.com/usesessionstorage )
75
75
- [ useTimeout] ( https://usehooks.com/usetimeout )
0 commit comments