Hacker News new | ask | show | jobs
by rasulkireev 2092 days ago
Amen!

If your app is monolith, can I ask you to share the link? I'd love to see your turbolonk implementation. Can't wrap my head around it.

1 comments

I've used turbolinks with django. It just required a small middleware:

https://gitlab.com/danjac/localhub/-/blob/master/localhub/mi...

Thank you!