❄️ The winter sale is here. 25% off for a limited time. Join us →
Building Reactive Realtime Applications with Livewire

12. Liking and broadcasting

Source code on GitHub

Livewire can react and re-render anywhere you need it to. But what if we have a infinite scrolling timeline of user posted content with updates in realtime? With added reactivity, we need to be a bit more careful about performance.

Let’s build this together, making sure we keep things running smoothly along the way.