Skip to content

Commit be164cc

Browse files
authored
Update README.md
1 parent 3611043 commit be164cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**Warning! Hook API is experimental and is going to change in the future. Please refer to [original documentation](https://reactjs.org/hooks).**
2+
13
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.
24

35
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_.
@@ -18,4 +20,4 @@ yarn start
1820
```
1921
## Todo
2022

21-
More examples, more comments. Pull requests and overall suggestions are welcome.
23+
More examples, more comments. Pull requests and overall suggestions are welcome.

0 commit comments

Comments
 (0)