-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turbolinks #337
Comments
Hey, that's great! thanks @anishkny |
FYI I've implemented Turbolinks for GET requests in my server-rendered app here: https://github.com/jacobstern/typescript-handlebars-realworld. However the Turbolinks feature is mostly incidental and you could definitely go further with it in a Turbolinks-focused implementation, e.g. enabling Turbolinks for forms, page transitions, Rails integration. Nice to see I'm not alone in "rediscovering" server-rendered app techniques in 2019 (FWIW I was mostly inspired by work by the Phoenix framework team). |
Hello we are currently moving all work in progress to Github Discussions. Thanks for your contribution ! |
Hey all,
I'm interested in adding an implementation for PJAX, for example: Turbolinks. However, the conduit specs expect the implementation to be a stereotypical SPA stack consisting of a backend providing an API to a frontend. Also, the requirement for JWT may not apply for PJAX apps, they're usually all just simple sessions.
I think it's valuable to add PJAX apps (intercoolerjs, turbolinks, pjax etc) to the mix. Does anyone have any recommendations or thoughts on this?
The text was updated successfully, but these errors were encountered: