You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@
54
54
-[`useSpring`](./docs/useSpring.md)— interpolates number over time according to spring dynamics.
55
55
-[`useTimeout`](./docs/useTimeout.md)— returns true after a timeout.
56
56
-[`useTween`](./docs/useTween.md)— re-renders component, while tweening a number from 0 to 1. [![][img-demo]](https://codesandbox.io/s/52990wwzyl)
57
+
-[`useUpdate`](./docs/useUpdate.md)— returns a callback, which re-renders component when called.
0 commit comments