calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@asathler Sweet, yeah feels so much cleaner to have it right next to the html that will eventually be rendered.

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@hugoferreira Thanks for the support! This is one of those tricky things as a creator. I want to make everyone happy, but I have to do what I think is best, otherwise, the project will get stale and I won't want to use it myself.

Livewire has actually never been MVC in the sense that there are no controllers. It's just a single component with a single view and multiple actions. If when you say MVC, you mean: separate file for php and separate file for Blade, the new multi-file components offer that.

I'm sure I don't fully understand your situation, but like you said, we are still supporting class-based for cases like yours or when people simply prefer it.

Cheers!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@nerisonpitogo that's right!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@skoTner Wow, so cool to hear that these tools have leveled up your team! What a kind comment to read. 👊

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@justamoose - that's very kind. Thanks!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@azizabbas - thanks! great to hear!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@hellofromsteve haha, that was one of my hopes, that people would see other Livewire things in general here that they can use in their apps

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@GrantJohnson thanks for the feedback. you got it!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@thenet thanks! enjoy!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@hubertkoy haha, those are definitely big ones. by far the hardest things to build in v4

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@alecgarcia awesome, good luck!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@nerisonpitogo hahha understandable. both are there for you

calebporzio's avatar

calebporzio liked a comment+100 XP

3mos ago

Amazing feature! Thanks Caleb ❤️

calebporzio's avatar

calebporzio liked a comment+100 XP

3mos ago

Yeah, I was pleased by multi files structure and now.... I'm in love!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@javedurrehman absolutely

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@asathler haha what fortune!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@jlcara depends on the use-case. for simpler tables, I'd probably start there yep

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@danielhe4rt love to hear it! A lot of thought went into it 👌

calebporzio's avatar

calebporzio liked a comment+100 XP

3mos ago

0:04 "Here's another little Diddy for ya" 😂 Loving the new features and the easily followable demos!

calebporzio's avatar

calebporzio liked a comment+100 XP

3mos ago

Dude! This is awesome!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@AntV yeah, most people don't need volt anymore. maybe i'll remove from v4 docs

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@sacha-meunier hmmm not a bad idea!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@shaungbhone yeah, you have to get a feel for it, but once you do you can mix and match techniques to do pretty crazy things

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@DaemonKeen ❤️

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

calebporzio's avatar

calebporzio liked a comment+100 XP

3mos ago

I believe Test file should be in the same directory with related files. Easy to read and easy to manage.

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@thesnakebite fixed in 4.0.1

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@Darkdawg thats pretty interesting!

calebporzio's avatar

calebporzio liked a comment+100 XP

3mos ago

Amazing! LV4, although same script exactly.

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@sean2025 Awesome, thanks! Music to my ears!

calebporzio's avatar

calebporzio liked a comment+100 XP

3mos ago

Holy wire, livewire 4 is a crazy dream for the solo developer ⚡️

calebporzio's avatar

calebporzio liked a comment+100 XP

3mos ago

amazing caleb!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@Weasel - mmm yeah I could see that. all wire: directives have always been JS actually. We just didn't really advertise that to avoid confusion like this. Most wire: directives are actually the equivalent Alpine directives under-the-hood (just with the scope of $wire provided automatically if that makes sense)

Good feedback that wasn't obvious to me though, thanks

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@andrewmenich Mmmm can you submit a github discussion bug with the single file component source so I can pull it down and test? We'll get that fixed in short order!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@OsamaElnagar Nice! Curious how many people choose the MFC approach over the SFC one.

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@OsamaElnagar you got it!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@wikorl Not really right now. AI is your best bet. It's kind of a hard thing to automate because of all the potential customizations people might have in their class-based components. But maybe I should attempt like a 80% of components will work with this kinda solution.

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@FrankMawn Yep! I wanted people to take advantage of all the LW4 goodness without having to buy-into a completely different paradigm

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@mewtonium thanks mate! lets gooo

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@bernig Welcome!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@willeums You're welcome!

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

Yo you and yours @Jordan_Acentrix ❤️

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@iamputhea FINALLY

calebporzio's avatar

calebporzio wrote a comment+100 XP

3mos ago

@digiton Thanks! Working on Livewire is a dream job 😍

calebporzio's avatar

calebporzio liked a comment+100 XP

3mos ago

So amazed by the work you do in livewire thanks Caleb.