What problem does it solve?
Developing, modifying, or debugging react-admin applications requires deep knowledge of its provider system, composition patterns, and built-in hooks, which can slow down development and lead to inconsistent implementations. This Skill eliminates that friction by providing clear, actionable guidance for all common react-admin development tasks.
Core Features & Use Cases
- Provider implementation guidance: Helps correctly set up data, authentication, and i18n providers to handle API communication, user login, and translations without direct HTTP calls.
- Component and hook best practices: Provides instructions for using pre-built react-admin components and controller hooks to avoid redundant custom code and follow framework conventions.
- Relationship and form handling: Covers implementing related entity fields/inputs, form validation, and custom resource definitions for standard CRUD admin use cases. For example, use this Skill to build an admin panel for a user management system with correct team relationship references and email validation on user creation forms.
Quick Start
Use the react-admin skill to add a reference input for the "department" resource to the employee edit form and set up required validation for the employee ID field.