Skip to content

Commit 851eb0c

Browse files
authored
Update hooks.md
1 parent 08e6064 commit 851eb0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ React's new ["hooks" APIs](https://reactjs.org/docs/hooks-intro.html) give funct
1111

1212
React Redux now offers a set of hook APIs as an alternative to the existing `connect()` Higher Order Component. These APIs allow you to subscribe to the Redux store and dispatch actions, without having to wrap your components in `connect()`.
1313

14-
> **Note**: The hook APIs listed in this page are **still experimental and in alpha!** We encourage you to try them out in your applications and give feedback, but be aware that they may be changed before a final release, including potential renaming or removal.
14+
> **Note**: The hook APIs listed in this page are **currently a release candidate!** We encourage you to try them out in your applications and give feedback. We hope that the APIs are stable at this point, but be aware that there may still be changes before final release.
1515
1616
These hooks were first added in v7.1.0.
1717

18-
This page reflects the latest alpha, which is currently **v7.1.0-alpha.5**.
18+
This page reflects the latest release candidate, which is currently **v7.1.0-rc.1**.
1919

2020
## Using Hooks in a React Redux App
2121

0 commit comments

Comments
 (0)