qiniu / formstate-x

Manage state of form with ease.
https://qiniu.github.io/formstate-x
MIT License
33 stars 10 forks source link
form formstate mobx state typescript

formstate-x

Coverage Status

formstate-x is a tool to help you manage form state, based on MobX. formstate-x provides:

Documentation

You can find full documentation here.

Contributing

  1. Fork the repo and clone the forked repo

  2. Install dependencies

    npm i
  3. Edit the code

  4. Do lint & unit test

    npm run validate
  5. Commit and push, then create a pull request