Skip to content

Commit 2d1c102

Browse files
author
latviancoder
committed
update readme
1 parent 8446d67 commit 2d1c102

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# awesome-hooks
2-
Collection of real-world hooks usages
1+
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.
2+
3+
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_.

0 commit comments

Comments
 (0)