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

Turbolinks vs instant.page #91

Open
mxkyb opened this issue Nov 13, 2020 · 1 comment
Open

Turbolinks vs instant.page #91

mxkyb opened this issue Nov 13, 2020 · 1 comment

Comments

@mxkyb
Copy link

mxkyb commented Nov 13, 2020

Turbolinks fetches Links with ajax and uses the History API. instant.page does the same, but also prefetches on hover or mousedown.

So is there any reason to use turbolinks at all?

Maybe one could add a little comparison table for comparing features in the readme?

@mxkyb
Copy link
Author

mxkyb commented Nov 26, 2020

Ah. It only prefetches. Didn't see that :)

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

No branches or pull requests

2 participants