mobx-react-form-api
Installation
SKILL.md
Skill: mobx-react-form-api
Mission
Guide the user through installing, initializing, and using the core API of mobx-react-form — a reactive MobX form state management library.
Use this skill whenever the user needs to:
- Install and set up mobx-react-form
- Create a Form instance (constructor, extending class)
- Understand Form properties, methods, and helpers
- Understand Field properties, methods, and helpers
- Access fields with
$()/select() - Use values/errors/labels helpers
Installation
npm install --save mobx-react-form