Painless and simple MobX form management
npm install formstate[![Join the chat at gitter][gitter-image]][gitter-url]
> Form state so simple that you will fall in love ❤️
[![Build Status][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]
This project is big on type safety for compile time error analysis

and autocomplete so your code reviews + code authoring + refactoring is super __smooooth__.

The simplest way to manage forms with mobx. Works well with any mobx- lib e.g mobx-react 🌹

We work hard on our docs, so jump here if you want to master the theory and the API 🌹
Jump here to see it used in action with code samples ❤️️
[gitter-image]:https://badges.gitter.im/Join%20Chat.svg
[gitter-url]:https://gitter.im/formstate/general
[travis-image]:https://travis-ci.org/formstate/formstate.svg?branch=master
[travis-url]:https://travis-ci.org/formstate/formstate
[npm-image]:https://img.shields.io/npm/v/formstate.svg?style=flat
[npm-url]:https://npmjs.org/package/formstate
We built FormState with our own opinions. It's totally fine if there are problems on which you hold different points with us. formstate-x is another library which offers similar API, but with some different opinions, which you may want to have a try.