-
Notifications
You must be signed in to change notification settings - Fork 10
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
Experimental support of Turbolinks 3 #6
Conversation
This is an alpha version, it isn't production-ready yet.
[ci skip]
For the Laravel users: you can found here the Turbolinks 3 stuff. |
Thanks for that! I'll leave this here for when the new version is released. |
In light of some of the recent information about Turbolinks development, this PR is probably not going to get merged as it stands. For now, I'll leave it open for anyone using it. I plan on working on migrating the component to v5 when they start merging the work they're doing at Basecamp upstream. Until then, the recommendation is to stick with the current stable version, |
Hi @carlalexander, I think the PHP code for Turbolinks 5 will not be so much different than this one for Turbolinks 3. Cheers, |
Did you ever get anything working for Turbolinks 5? |
Hi @carlalexander, Yes, I did. I can send a new pull request for the Turbolinks 5 compatibility, if you want. Cheers, |
I'll close this one then. 😃 |
The goal of this pull request is just to show how we can support Turbolinks 3 in Symfony/Laravel.
I'm open to any suggestions and/or modifications!
Warning: This is an alpha version, it isn't production-ready yet.
Bonus: You can play with this online demo (built with Laravel).
And you can grab the source code of this demo here.
Should fix #4