mobx-react-form-sortable

Installation
SKILL.md

Skill: mobx-react-form-sortable

Mission

Guide the user through implementing sortable/reorderable array fields in mobx-react-form using the move() method and drag-and-drop libraries.

Use this skill when the user needs to:

  • Reorder array fields with drag-and-drop
  • Use up/down buttons to reorder items
  • Sort dynamic field collections
  • Preserve field bindings and validation during reordering

The move() Method

The move(fromIndex, toIndex) method is available on every Form and Field instance:

Installs
1
GitHub Stars
2
First Seen
Jul 10, 2026
mobx-react-form-sortable — foxhound87/skills