Posts

Showing posts from September, 2025

Livewire 4 updates + Wire:live speaker lineup

Image
Heyyyyy, We're hard at work on the Livewire 4 beta over here at HQ. I spent the week rewriting Livewire's entire component resolution system so that it works beautifully with the new single/multi-file components but is completely backwards compatible with normal class-based components. While I was at it, I decided to add a new namespace system to Livewire components: ​ This way, people with more modular app structures will be able to organize their components accordingly. This is just one of the many things I've wanted for Livewire and am finally taking the time to implement. My next task is making sure slots and islands are as bulletproof as possible . Wish me luck 🙏 🎁 Good stuff coming to v3 While we've been working on v4, we've made tons of reliability improvements and bug fixes that we realized shouldn't be held up for v4. My right-hand-man, Josh Hanley, is currently back-porting all those improvements and will be tagging a ...