What problem does it solve?
This Skill helps you build and maintain Inertia.js v3 React interfaces that feel fast, stay server-driven, and follow the right patterns for navigation, forms, and page state.
Core Features & Use Cases
- React Page Development: Create and modify Inertia page components in the expected app structure.
- Navigation and Routing: Use Link and router for client-side navigation, POST actions, prefetching, and instant visits.
- Forms and Data Flow: Build reliable forms with Form, useForm, and useHttp for submission, validation, optimistic updates, and loading states.
- Advanced Inertia Patterns: Support deferred props, layout props, polling, WhenVisible loading, and infinite scroll for richer dashboard and CRUD experiences.
- Use Case: A team can use this Skill to implement a church dashboard page with searchable records, invitation workflows, and responsive form handling without breaking SPA behavior.
Quick Start
Ask the assistant to create or refactor an Inertia React page using the correct Link, Form, router, and layout patterns for your Laravel application.