Real-Time Laravel Without WebSockets (Inertia Polling)

Опубликовано: 23 Июль 2026
на канале: Laravel
3,490
132

Real-time updates in Laravel usually mean reaching for WebSockets, but a lot of the time you don't need them. In this video I show how polling with Inertia has become very powerful: live updates in a single line with usePoll, partial reloads with `only`, and the new concurrency modes (overlap, cancel, rest) that give you real control over how requests behave.



🔗 Links
• Inertia polling docs: https://inertiajs.com/docs/v3/data-pr...
• Inertia documentation: https://inertiajs.com
• Source code: https://github.com/christophrumpel/la...

If this helped, drop a like and subscribe for more Inertia videos!