--- name: livewire-development description: "Develops reactive Livewire 4 components. Activates when creating, updating, or modifying Livewire components; working with wire:model, wire:click, wire:loading, or any wire: directives; adding real-time updates, loading states, or reactivity; debugging component behavior; writing Livewire tests; or when the user mentions Livewire, component, counter, or reactive UI." license: MIT metadata: author: laravel --- # Livewire Development ## When to Apply Activate this skill when: - Creating or modifying Livewire components - Using wire: directives (model, click, loading, sort, intersect) - Implementing islands or async actions - Writing Livewire component tests ## Documentation Use ___SINGLE_BACKTICK___search-docs___SINGLE_BACKTICK___ for detailed Livewire 4 patterns and documentation. ## Basic Usage ### Creating Components ___BOOST_SNIPPET_0___ ### Converting Between Formats Use ___SINGLE_BACKTICK___