react-forms-mobx icon indicating copy to clipboard operation
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/

Results 2 react-forms-mobx issues
Sort by recently updated
recently updated
newest added

Do we need below in PersonForm? 1.PersonForm.propTypes = { person: PropTypes.shape({ fullName: PropTypes.string, job: PropTypes.string, email: PropTypes.string }) 2.UpdateProperty Method How ever we are mentioning that in the PersonInfo right?