Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saranshkataria/todo-list-react-hooks-demo

Todo list with local storage persistence created using React hooks useState and useEffect
https://github.com/saranshkataria/todo-list-react-hooks-demo

hooks localstorage react reacthooks reactjs

Last synced: about 2 months ago
JSON representation

Todo list with local storage persistence created using React hooks useState and useEffect

Awesome Lists containing this project

README

        

A simple to-do list application created for demoing the usage of React hooks.

To read more about the development and a step by step introduction, refer the posts:

- [React hooks useState and useEffect](https://www.wisdomgeek.com/development/web-development/react/react-hooks-and-local-storage-lets-build-a-todo-app/)

- [useReducer hook](https://www.wisdomgeek.com/development/web-development/react/understanding-the-usereducer-hook-in-react/)

- [context API and useContext hook](https://www.wisdomgeek.com/development/web-development/react/learning-context-api-and-the-usecontext-react-hook/)

To run the demo, use the `yarn start` command.