A simple example of using MobX in a ReactJS project.
Yes, it's another fucking Todo app.
Install all dependencies by running yarn
, then run yarn dev
to build and run the application using ParcelJS.
Additionally includes yarn lint
task (using StandardJS presets) because lint is bad.
I dunno, whatever. Like most self-learning crap I shamelessly stole a lot of this from various places. Use at your own risk.