Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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