When you’re building a web application, you have to handle forms to get input from your users. Unfortunately, forms in React are not that straightforward at the beginning; especially if you are used to a full featured-framework like Angular.js – and I’ve seen people asking about handling react forms with Mobx multiple times. In this post, I am going to explain a simple approach to handle React for

