README.md
February 4, 2021 ยท View on GitHub
Pureact TODO example
This is a very simple example app to show how to structure a simple todo app with Pureact.
Demo
How to get started
- Clone the repo
$ npm i$ npm start
Browse the code
[./src/App.js] - contains the view code [./src/store.js] - contains the store [./src/index.js] - connects them together
Hooks
[./src/component/NewTodo.js] - shows how to use useHooks and useContext