What problem does it solve?
This Skill helps you build and maintain Inertia.js v3 React client-side experiences with the right patterns for pages, navigation, forms, and server-driven state.
Core Features & Use Cases
- React page components: Create page views in the standard
resources/js/Pages structure for Inertia applications.
- Client-side navigation: Use Inertia links and router visits for seamless SPA-style transitions instead of full page reloads.
- Forms and requests: Build robust forms with
<Form>, useForm, and useHttp for submissions, validation handling, and plain JSON requests.
- v3 interaction patterns: Apply deferred props, prefetching, optimistic updates, instant visits, layout props, polling, WhenVisible, and InfiniteScroll for responsive interfaces.
- Use case: A team can use this Skill to implement a dashboard with lazy-loaded metrics, optimistic actions, and paginated infinite scrolling while keeping navigation fast and consistent.
Quick Start
Ask the assistant to create or update an Inertia React page using the recommended v3 patterns for navigation, forms, and loading states.