What problem does it solve?
This Skill removes the repetition and routing complexity involved in building frontend CRUD form pages, helping you assemble reliable create, edit, and read experiences with consistent behavior.
Core Features & Use Cases
- Shared form pipeline: Reuses one data form controller across CreateView, EditView, ReadView, and action parameter forms.
- Custom layouts and field control: Supports selected fields, local field overrides, custom bodies, and low-level dataFormProps tuning.
- Refresh and save behavior: Handles refresh triggers, custom refresh callbacks, before-save checks, save success handling, and error handling.
- Read-only composition: Supports nested related views inside ReadView for scoped tables or custom panels.
- Use case: Build a task form that uses a custom body for editing, a nested related list in the read view, and route wrappers that receive the record id automatically.
Quick Start
Ask for a Drumr frontend form-view implementation that creates CreateView, EditView, and ReadView wrappers with shared data form context, refresh handling, and route-based id injection.