Skip to content

Commit

Permalink
Update hooks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jun 7, 2019
1 parent 08e6064 commit 851eb0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/hooks.md
Expand Up @@ -11,11 +11,11 @@ React's new ["hooks" APIs](https://reactjs.org/docs/hooks-intro.html) give funct

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()`.

> **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.
> **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.
These hooks were first added in v7.1.0.

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

## Using Hooks in a React Redux App

Expand Down

0 comments on commit 851eb0c

Please sign in to comment.