mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
README.md
This commit is contained in:
parent
6d55666aa7
commit
fb8f9821b8
@ -96,6 +96,7 @@
|
||||
- [`useFavicon`](./docs/useFavicon.md) — sets favicon of the page.
|
||||
- [`useLocalStorage`](./docs/useLocalStorage.md) — manages a value in `localStorage`.
|
||||
- [`useLockBodyScroll`](./docs/useLockBodyScroll.md) — lock scrolling of the body element.
|
||||
- [`useRafLoop`](./docs/useRafLoop.md) — calls given function inside the RAF loop.
|
||||
- [`useSessionStorage`](./docs/useSessionStorage.md) — manages a value in `sessionStorage`.
|
||||
- [`useThrottle` and `useThrottleFn`](./docs/useThrottle.md) — throttles a function. [![][img-demo]](https://streamich.github.io/react-use/?path=/story/side-effects-usethrottle--demo)
|
||||
- [`useTitle`](./docs/useTitle.md) — sets title of the page.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user