Y
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
bojanz
2059 days ago
If you're a Laravel user you'll want to look into Inertia.js[1].
[1]
https://inertiajs.com/
link
deefour
2059 days ago
Turbolinks isn't specific to rails.
link
cutler
2059 days ago
I think the more generic term is Pjax.
link
rogem002
2059 days ago
You can use Turbolinks on any front end project (I use it on my static sites), it has a standalone JS library.
link
raihansaputra
2059 days ago
As mentioned, you can use Turbolinks with django. There's also Intercooler/htmx, and Unpoly.
link
midrus
2059 days ago
Unpoly
https://unpoly.com/
link
gremlinsinc
2059 days ago
most people using livewire on laravel also use turbolinks, it's just a javascript plugin, it's not rails specific.
link
[1] https://inertiajs.com/