We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f991e17 commit 2b5cd13Copy full SHA for 2b5cd13
1 file changed
README.md
@@ -58,8 +58,7 @@ being found.
58
- `useMemo` can be called without a second argument to default to an empty
59
dependency array.
60
- `setState` returns the most recently set value.
61
-- `setState` will not queue a re-render when it is called during the render
62
- function.
+- `useState` returns a third element that is the same as `setState` but will not trigger a re-render.
63
- There is no `useLayoutEffect`.
64
- `useEffect` is called immediately after the DOM is reconciled.
65
- Portals can be used with the `Portal` component instead of `createPortal`.
0 commit comments