Open eoliphan opened 4 years ago
Oh that's true, could just use Turbolinks directly, but it might be nice to support it in forms and put the Turbolinks-Location
response header in the default response functions too
InertiaJS https://inertiajs.com/ would be however a much nicer variant (as the author built on it https://reinink.ca/articles/introducing-inertia-js ) .
There's already one community adapter https://inertiajs.com/community-adapters for Clojure too: https://github.com/prestancedesign/inertia-clojure (but it's quite cumbersome to use and also not up to date)
Given that coast is currently the clojureverse's answer to stuff like RoR, Elixr, etc. Would probably be nice to have something like Turbolinks that is still 'page-oriented' but provides something of a middle-ground between a full-SPA and just pages.