inertia

SKILL.md

Inertia

Instructions

Inertia + React

  • Use router.visit() or <Link> for navigation instead of traditional links.

import { Link } from '@inertiajs/react'

Inertia + React Forms

import { Form } from '@inertiajs/react'

export default () => (

    {errors.name && <div>{errors.name}</div>}

    <button type="submit" disabled={processing}>
        {processing ? 'Creating...' : 'Create User'}
    </button>

    {wasSuccessful && <div>User created successfully!</div>}
    </>
)}
</Form>

)

Weekly Installs
17
First Seen
Jan 24, 2026
Installed on
gemini-cli13
claude-code13
opencode13
antigravity12
github-copilot12
codex12