These are the sample code for mobx 6.
If my work is useful to you, I will be glad.
Enjoy!
Small code examples for working with mobx
- The
contextis used to get the data. - Adding a new record from input at the top.
- Sorting records by completed and not completed.
- Editing and Deleting
- All inputs respond to the Enter button to save the data.
|ββ src
| |ββ components
| |ββ containers
| |ββ helpers
| |ββ mini-examples
| |ββ store
| |ββ __tests__
| | |ββ components
| | | |ββ __snapshots__
| | |ββ store
