mobx-formkit-composer
Installation
SKILL.md
Skill: mobx-formkit-composer
Mission
Guide the user through using the Forms Composer utility in mobx-formkit to manage and orchestrate multiple independent Form instances.
Use this skill when the user needs to:
- Manage multiple independent forms together
- Validate/submit/clear/reset all forms at once
- Check validity across all forms
- Aggregate values and errors from multiple forms
- Build pages composed of separate form sections
Concept
The composer() helper groups multiple Form instances into a single orchestrated object. It provides batch operations: validate all, submit all, clear all, reset all, and check aggregated state.