Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qkreltms/react-mobx-todolist
Practicing to make todolist with mobx
https://github.com/qkreltms/react-mobx-todolist
Last synced: 8 days ago
JSON representation
Practicing to make todolist with mobx
- Host: GitHub
- URL: https://github.com/qkreltms/react-mobx-todolist
- Owner: qkreltms
- Created: 2019-05-28T06:12:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:58:15.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T23:17:51.037Z (7 months ago)
- Language: JavaScript
- Size: 3.72 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps to practice mobx
1. make todolist through tutorial videos - completed
2. read document https://github.com/mobxjs/mobx-react - completed
3. make api call => @action (https://mobx.js.org/best/actions.html) - completed
4. Test codes - in progress...
5. use typescript => https://www.nealbuerger.com/2018/11/11/getting-started-with-mobx-5-and-typescript-3-react-16-6/
6. use contextAPI