calebporzio

Caleb Porzio

Verified

@calebporzio

I built Livewire & Alpine

32 Answers 545 views

/ 255

?

Anonymously

Hey Caleb, is is possible to use $wire.entangle() for the validation errors?

Hmmm probably not, I've thought about adding `$wire.$errors()`in the past and just never did. That would make sense though.

686 views

Hello Caleb, I'm writing here from Brazil, I'm learning livewire and I want to introduce it to my tech lead and join the TALL Stack here at the company, my question is could we have a section on the Livewire website containing sites that use Livewire?

That's a great idea, but in the meantime: wireinthewild.com

793 views

?

Anonymously

Hey Caleb
what did you think of Livewire on client side?
<div>
//blade view

</div>

<livewire use client>
client side operations without reacting with the component
</livewire>

That'd be pretty sweet!

682 views