react-forms-mobx
react-forms-mobx copied to clipboard
Example app to be used with the article "Handling React Forms with Mobx Observables": https://blog.risingstack.com/handling-react-forms-with-mobx-observables/
Handling react forms with mobx
This is a small app to explain how to tackle forms in React with Mobx.
It is to be used with the Handling forms in React with Mobx article on the RisingStack blog.
Following the article
The repo has various tags that correspond to a step in the article. As we progress in the article, I indicate which tag should be checked out.
How to run the app
- git clone
- npm install
- npm start