ethanbarlo/livewiremesh
LivewireMesh integrates React components directly into Laravel Livewire using Livewire hooks (no Alpine intermediary). Get reactive props, two-way binding via useEntangle (live or deferred), and direct access to Livewire methods/properties with useWire.
wire:model.Use Cases:
Adopt if:
wire:model support).Look elsewhere if:
useEntangle, useWire hooks).For Executives: "LivewireMesh lets us combine Livewire’s server-driven logic with React’s UI flexibility—without the complexity of a full SPA rewrite. For example, we can replace clunky AlpineJS-based form inputs with polished React components (e.g., a custom autocomplete) that still validate via Livewire’s built-in rules. This reduces frontend tech debt while enabling our team to use their preferred tools. Early adopters like [Example Team] saw a 30% reduction in form-component development time by reusing React libraries within Livewire."
For Engineers: *"This package bridges React and Livewire natively, using Livewire’s hooks instead of AlpineJS as a middleman. Key benefits:
useEntangle (e.g., useEntangle<number>('count')).useErrorBag()).Select component that syncs bidirectionally with Livewire state—no manual event handlers needed.*For PMs: *"This is a ‘build vs. buy’ decision. LivewireMesh lets us:
How can I help you explore Laravel packages today?