Inertia

Inertia + React 19 patterns in an AdonisJS app. Pages resolve from module dirs (`app/<mod>/ui/pages/`), shared props flow from a middleware, forms use `useForm` + Tuyau `urlFor` for type-safe URLs, and modals go through a controller helper. Use when adding an Inertia page, writing a form, reading shared props, or wiring a route to a page component. Trigger on: "add page", "Inertia page", "add form", "useForm", "shared props", "modal", "urlFor".

filipebraida de1b651 6.9 KB Updated

File contents

filipebraida/adonisjs-starter-kit/tree/main/packages/skills/inertia commit de1b651e2b

Frequently asked questions

npx skillmds@latest add filipebraida/inertia