Livewire v3 will support writing JavaScript functions directly in your backend Livewire components. Hot reloading will include hot reloading without a build step. There's a new $parent property that can be accessed to call methods on the parent. The new core relies on Alpine more, using its Morph, History, and other plugins
Table of contents
All new Alpine-based coreLivewire scripts, styles, and Alpine are injected automaticallyHot reloading without a build stepwire:transitionWrite JavaScript functions in your PHP classes/** @locked */ propertieswire:model is deferred by defaultRequests are batchedReactive properties/** @modelable */ propertiesAccess parent component's data and methods using $parent@teleportLazy componentswire:navigate@persistNew laravel-livewire.com designConclusion3 Comments
Sort: