mobx-react-form-observers-interceptors
Installation
SKILL.md
Skill: mobx-react-form-observers-interceptors
Mission
Guide the user through using MobX observers and interceptors in mobx-react-form to react to or intercept field value changes in real time.
Use this skill when the user needs to:
- Observe field value changes (post-commit)
- Intercept and potentially reject value changes (pre-commit)
- Transform values before they are committed
- Log all field changes in a debug panel
- Clean up observers/interceptors on unmount