Introduction

MobX Forms is a collection of loosely-coupled components for managing, rendering and validating forms in MobX-based apps.

Components:

Features:

  • Lightweight with minimal API surface

  • Model data is in plain object which makes it easy to manipulate and integrate with other code

  • Form rendering and validation is declarative

  • Focus on high usability and excellent end-user experience

  • Very little code is needed for a complete implementation

  • Low-level facilities are available for easy implementation of custom widgets, custom validation, etc.

See each of the main components above for more detailed features of each component.

Demo

https://am.net/mobx-forms-demo/

Source for demo is at https://github.com/alexhisen/mobx-forms-demo

Last updated