Handle #ReactJS forms with Mobx observables:
  • Handling React Forms with Mobx Observables
  • I don’t need an onChange handler in my form component anymore.
  • The form data and the input value is updated through an onChange handler.
  • We simply have to pass a submit handler to the form component.
  • We imported the asForm HOC and wrapped the address component, indicating which props has the form data.

Read more


ReactiveConf

@ReactiveConf: “Handle #ReactJS forms with Mobx observables:” open tweet »