Skip to content

Commit 87cef4a

Browse files
authored
Remove forwardRef reference from API listing (#7837)
This API is now under "Legacy APIs" and should probably no longer be listed as a "modern API".
1 parent e901790 commit 87cef4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/reference/react/apis.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ In addition to [Hooks](/reference/react) and [Components](/reference/react/compo
1111
---
1212

1313
* [`createContext`](/reference/react/createContext) lets you define and provide context to the child components. Used with [`useContext`.](/reference/react/useContext)
14-
* [`forwardRef`](/reference/react/forwardRef) lets your component expose a DOM node as a ref to the parent. Used with [`useRef`.](/reference/react/useRef)
1514
* [`lazy`](/reference/react/lazy) lets you defer loading a component's code until it's rendered for the first time.
1615
* [`memo`](/reference/react/memo) lets your component skip re-renders with same props. Used with [`useMemo`](/reference/react/useMemo) and [`useCallback`.](/reference/react/useCallback)
1716
* [`startTransition`](/reference/react/startTransition) lets you mark a state update as non-urgent. Similar to [`useTransition`.](/reference/react/useTransition)

0 commit comments

Comments
 (0)