inertia-defer-default
CommunityMake Inertia pages load faster by default
Authorwagnerra23
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It prevents slow, unnecessary backend SQL work from running during Inertia partial reloads, which otherwise causes users to experience “full page loading” and degraded UX.
Core Features & Use Cases
- Default defer for heavy props: Ensures controller props backed by expensive SQL, aggregates, eager-loads, service DB calls, or external HTTP are wrapped with
Inertia::defer(fn () => ...). - Frontend-safe deferred rendering: Guides pages to use Inertia
<Deferred>with skeleton fallbacks and to mark deferred props as optional (?:) to avoid blank screens from undefined access. - Exception handling and verification: Defines legitimate exceptions where defer should not be applied and provides a checklist to confirm the pattern is followed.
Quick Start
Ask the AI to update your Inertia controller and page so any heavy query props are wrapped with Inertia::defer and are rendered via <Deferred> with an appropriate skeleton fallback.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: inertia-defer-default Download link: https://github.com/wagnerra23/oimpresso.com/archive/main.zip#inertia-defer-default Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.