https://github.com/wayou/todo-demo-using-react-hooks
todo demo written with react hooks
https://github.com/wayou/todo-demo-using-react-hooks
hooks react react-hooks todo-app
Last synced: 7 months ago
JSON representation
todo demo written with react hooks
- Host: GitHub
- URL: https://github.com/wayou/todo-demo-using-react-hooks
- Owner: wayou
- Created: 2018-10-29T15:19:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T15:49:16.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T04:15:06.139Z (9 months ago)
- Topics: hooks, react, react-hooks, todo-app
- Language: JavaScript
- Homepage: https://wayou.github.io/todo-demo-using-react-hooks/dist/index.html
- Size: 361 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-demo-using-react-hooks
Todo demo written with react hooks.
The React Hooks are under proposal and can preview in recent react beta version.
[React Hooks Doc](https://reactjs.org/docs/hooks-intro.html)
Within this Todo Demo, the most used hooks are included like:
- [`useReducer`](https://reactjs.org/docs/hooks-reference.html#usereducer)
- [`useEffect`](https://reactjs.org/docs/hooks-reference.html#useeffect)
- [`useContext`](https://reactjs.org/docs/hooks-reference.html#usecontext)
- [`useRef`](https://reactjs.org/docs/hooks-reference.html#usecontext)### Installing
```sh
$ yarn
```### Running the demo
```sh
$ yarn start
```### Preview
[See it in Action](https://wayou.github.io/todo-demo-using-react-hooks/dist/index.html)