Live updating Oh Dear! status pages: Livewire edition with Caleb Porzio

2019-09-30 #livewire #javascript / calebporzio.com

Last week I published a post about how I implemented live updates on an Oh Dear! status page.

Caleb Porzio rebuilt the page with Livewire. It's pretty impressive to see how easy the process is by just adding a few built in Livewire directives.

Watch the short screencast on Caleb's blog.


Inertia.js and Livewire: a high level comparison

2019-09-26 #javascript #livewire #laravel

Both Inertia.js and Livewire have been in the spotlight the past few months. The two libraries often get put next to each other because of their (coincidentally) simultaneous releases.

I've seen many people compare the two, or ask if they can be used together. This post showcases their similarities and differences, and should help you understand which problems they each solve best.

Read more