An open API service indexing awesome lists of open source software.

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

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)