Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/formstate/formstate

❤️ Form state so simple that you will fall in love 🌹
https://github.com/formstate/formstate

form mobx react typescript

Last synced: 9 days ago
JSON representation

❤️ Form state so simple that you will fall in love 🌹

Awesome Lists containing this project

README

        

# 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]

> [Powered by your github ⭐s](https://github.com/formstate/formstate/stargazers)

This project is big on type safety for compile time error analysis

![](https://raw.githubusercontent.com/formstate/formstate/master/demo/images/typeSafety.png)

and autocomplete so your code reviews + code authoring + refactoring is super __*smooooth*__.

![](https://raw.githubusercontent.com/formstate/formstate/master/demo/images/autocomplete.gif)

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

[![](https://raw.githubusercontent.com/formstate/formstate/master/demo/logo/logo.png)](https://formstate.github.io/)

# Docs

We work hard on our docs, [so jump here if you want to master the theory and the API 🌹](https://formstate.github.io/)

# Demo

Jump here to see it used in action [*with code samples* ❤️️](https://formstate.github.io/demos)

[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

# Related Work

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](https://github.com/qiniu/formstate-x) is another library which offers similar API, but with some different opinions, which you may want to have a try.