Skip to content

Commit bd5f1e1

Browse files
committed
update readme
1 parent 7cb5372 commit bd5f1e1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ The most important feature of hooks is sharing _reusable functionality_. In the
88

99
The purpose of this reposity is to provide beginner-friendly real-world examples of different hooks usage. Here are some of them:
1010

11-
* Accordion [[code](src/components/accordion), [demo](https://awesome-hooks.now.sh/accordion)]
12-
* Todo list [[code](src/components/todo-list), [demo](https://awesome-hooks.now.sh/todo-list)]
13-
* Form validation library [[code](src/components/form-library), [demo](https://awesome-hooks.now.sh/form-library)]
14-
* Sortable [[code](src/components/sortable), [demo](https://awesome-hooks.now.sh/sortable)]
11+
* Accordion [[code](src/components/accordion), [demo](https://hooks-by-example.now.sh/accordion)]
12+
* Todo list [[code](src/components/todo-list), [demo](https://hooks-by-example.now.sh/todo-list)]
13+
* Form validation library [[code](src/components/form-library), [demo](https://hooks-by-example.now.sh/form-library)]
14+
* Sortable [[code](src/components/sortable), [demo](https://hooks-by-example.now.sh/sortable)]
15+
* Concurrent React experiments
1516

1617
This application is built using `create-react-app`, so feel free to clone the repo and play with examples yourself.
1718

0 commit comments

Comments
 (0)