Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🌹
- Host: GitHub
- URL: https://github.com/formstate/formstate
- Owner: formstate
- License: mit
- Created: 2016-12-13T13:26:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T23:15:55.000Z (7 months ago)
- Last Synced: 2024-10-20T03:32:34.634Z (23 days ago)
- Topics: form, mobx, react, typescript
- Language: TypeScript
- Homepage: https://formstate.github.io
- Size: 2.27 MB
- Stars: 370
- Watchers: 8
- Forks: 32
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
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.