Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove experimental proposal warning from React Hooks section #119

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Remove experimental proposal warning from React Hooks section
The React Hooks API was officially released in v16.8, therefore
the warning is no longer relevant :)

Fixes #118
  • Loading branch information
bpas247 committed Jul 22, 2019
commit 7bcc775e82d7df1ae05cee61806400a1b942688a
2 changes: 0 additions & 2 deletions react-hooks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
### React Hooks

> **Note**: Hooks are still an **experimental proposal, available in an alpha release**. The API will likely change. Keep that in mind as you try them out.


#### Official Resources

Expand Down