Hacker News new | ask | show | jobs
by ForHackernews 2059 days ago
Is there an equivalent of Turbolinks for something like Django? Or even for MVC PHP apps?
6 comments

If you're a Laravel user you'll want to look into Inertia.js[1].

[1] https://inertiajs.com/

Turbolinks isn't specific to rails.
I think the more generic term is Pjax.
You can use Turbolinks on any front end project (I use it on my static sites), it has a standalone JS library.
As mentioned, you can use Turbolinks with django. There's also Intercooler/htmx, and Unpoly.
most people using livewire on laravel also use turbolinks, it's just a javascript plugin, it's not rails specific.