Hacker News new | ask | show | jobs
by mcintyre1994 2723 days ago
This all looks really nice - any idea if there's anything comparable that works with Django?
2 comments

Stimulus will work with any (or no) backend.

Turbolinks will work great with Django, but I recommend configuring your stack to automate the inclusion of the Turbolinks-Location header in your responses.

I just did a quick Google and this came up: https://stackoverflow.com/questions/47240766/to-use-turbolin...

Let us know how you make out!

Turbolinks has out-of-the-box support for Rails, but should theoretically work with any backend without much work. Just install via npm.