instantpage / instant.page

Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
https://instant.page
MIT License
6.05k stars 205 forks source link

Turbolinks vs instant.page #91

Open mxkyb opened 3 years ago

mxkyb commented 3 years ago

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 commented 3 years ago

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