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: content/docs/hooks-intro.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Before we continue, note that Hooks are:
43
43
44
44
***Completely opt-in.** You can try Hooks in a few components without rewriting any existing code. But you don't have to learn or use Hooks right now if you don't want to.
45
45
***100% backwards-compatible.** Hooks don't contain any breaking changes.
46
-
***Available now.** Hooks are currently in an alpha release, and we hope to include them in React 16.7 after receiving community feedback.
46
+
***Available now.** Hooks are currently in an alpha release, and we hope to include them in React 16.x after receiving community feedback.
47
47
48
48
**There are no plans to remove classes from React.** You can read more about the gradual adoption strategy for Hooks in the [bottom section](#gradual-adoption-strategy) of this page.
0 commit comments