From fb8f9821b8d2f91bee26dfca346d8e15ba2d6e4a Mon Sep 17 00:00:00 2001 From: xobotyi Date: Wed, 31 Jul 2019 00:22:08 +0300 Subject: [PATCH] README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73793bb9..0a36269d 100644 --- a/README.md +++ b/README.md @@ -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.