Henrik Carlsson's Blog

All things me.

? Turbolinks makes navigating your web application faster

posted this on and tagged it with JavaScript Links

Turbolinks seems to be a reasonable way to implement a more ”app like” feel to websites without falling into the trap of endless JavaScript dependencies and page bloat.

Turbolinks makes navigating your web application faster. Get the performance benefits of a single-page application without the added complexity of a client-side JavaScript framework. Use HTML to render your views on the server side and link to pages as usual. When you follow a link, Turbolinks automatically fetches the page, swaps in its , and merges its , all without incurring the cost of a full page load.