instant.page
instant.page copied to clipboard
Turbolinks vs instant.page
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?
Ah. It only prefetches. Didn't see that :)