Skip to content

Commit

Permalink
No longer experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
latviancoder authored Apr 1, 2019
1 parent bd5f1e1 commit 8046786
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
**Warning! Hook API is experimental and is going to change in the future. Please refer to [original documentation](https://reactjs.org/hooks).**

Hooks. People love them, people hate them. But one is for sure - hooks are there to stay and React ecosystem is going to evolve, again.

The most important feature of hooks is sharing _reusable functionality_. In the past it was achieved using _mixins_, which were later deprecated in favor of patterns like _render props_ and _higher order components_. But these patterns introduced additional complexity and resulted in something now called _wrapper hell_.
Expand Down

1 comment on commit 8046786

@vercel
Copy link

@vercel vercel bot commented on 8046786 Apr 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://hooks-by-example-vhectglred.now.sh to the following alias.

Please sign in to comment.