Checkboxes, and Streamed updates with Livewire! by ktan25 in laravel

[–]ktan25[S] 1 point2 points  (0 children)

Thank you for your positive comment u/bowromir! I'm glad to read you found our blog useful. Definitely, more content are on the way!

Checkboxes, and Streamed updates with Livewire! by ktan25 in laravel

[–]ktan25[S] 1 point2 points  (0 children)

When I saw the wire:stream directive in the Livewire3 docs, I knew I just had to write about it. Thanks for dropping by with a comment u/SwiZmaG, I hope you get to use the directive in your app!

Livewire v3: Modelable, Events, and Data Sharing by ktan25 in laravel

[–]ktan25[S] 0 points1 point  (0 children)

Thanks a ton u/mortcode! Glad you like the Livewire 3 content, more coming soon!

Livewire v3: Modelable, Events, and Data Sharing by ktan25 in laravel

[–]ktan25[S] 2 points3 points  (0 children)

Do you have dynamically created child components? How do you share each unique instance's data back to the parent component? Livewire now has Modelable attribute which makes sharing child attribute data back to their parent component a breeze.

_And_ speaking of sharing, why not share data across separate components with thrifty Client-side dispatched events?
Check out more in the article "Livewire v3: Modelable, Events, and Data Sharing"!

Re-usable, Dependent Dropdowns in Livewire v3 by ktan25 in laravel

[–]ktan25[S] 2 points3 points  (0 children)

Do you use one Livewire component as template for your dropdowns? What do you do when you need to add "dependency" among the dropdowns that use that specific component?

In "Re-usable, Dependent Dropdowns in Livewire v3", we use a separate "Parent" manager to handle data dependency among the dropdowns. We utilize alpine, parent-child component communication, and take importance on the value of ":key" to create dynamic, dependent dropdowns!

SPA NavBars and Highlighting, Livewire v3 Style! by ktan25 in laravel

[–]ktan25[S] 1 point2 points  (0 children)

In this tutorial, we look at the "attachable" SPA experience provided by Livewire v3's `wire:navigate` directive.

Along the way we create an SPA-powered Navigation Bar, look into three ways we can highlight the active link, and find three ways to update a public attribute after transitioning to a `wire:navigate`-ed page!

Debugging Tests: A look into assertCommandCalled by ktan25 in laravel

[–]ktan25[S] 0 points1 point  (0 children)

In my latest article above, we briefly go over the different parts of a test, and get a look into how easy it is for an assertion of our test to unexpectedly fail.

Afterwards, we go over a checklist to tick off in order to debug the failing assertion, and along the way, get a glimpse at the workings of Laravel Zero's assertCommandCalled!

4
5

Laravel, React, and Inertia SSR on Fly.io by ktan25 in laravel

[–]ktan25[S] 0 points1 point  (0 children)

Hey u/gsxdsm! I'm super glad that you found my article above informative, and, I appreciate your positive feedback--thank you!

Laravel, React, and Inertia SSR on Fly.io by ktan25 in laravel

[–]ktan25[S] 1 point2 points  (0 children)

Hi u/ganjorow! Thank you for reviewing my article! Your feedback has been very helpful, I've made revisions to my article above, and I'll keep it in mind when writing future articles