Skip to content
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

Is this project still relevant? #8

Open
RickTheHat opened this issue Mar 4, 2020 · 3 comments
Open

Is this project still relevant? #8

RickTheHat opened this issue Mar 4, 2020 · 3 comments

Comments

@RickTheHat
Copy link

I'm looking to stop building my apps using Xamarin and found Turbolinks which is what BaseCamp is using to do their mobile app development. I like not having two different codebases so then it leads me to this project but looks like the last commit was 2018 and it references the Turbolinks Classic.

I'm still reading up but wanted to know if this is still the best way to do this? or is there something new in the past couple years?

@dmorganb
Copy link

It seems to me it uses turbolinks 5. There is a PR for that too.
What I was wondering is: what is the need for a Middleware? According to turbolinks documentation it shouldn't require server cooperation

@TerribleDev
Copy link
Owner

You still need some server support if you want to handle redirects, which is what the ruby gem does for rails.

image

I havn't worked on this for a very long time, but this middleware was not a lot of lines of code, its likely it could be augmented to work with turbolinks 5, it appears turbolinks classic and 5 have slightly different http headers they use to do redirects and what not.

@TerribleDev
Copy link
Owner

I could probably merge #7 and cut a new release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants