You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,20 @@ Hooks. People love them, people hate them. But one is for sure - hooks are there
2
2
3
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_.
4
4
5
-
## Test
5
+
## What is this?
6
6
7
+
The purpose of this reposity is to provide beginner-friendly real-world examples of different hooks usage. Here are some of them:
0 commit comments