# SPA

* [**Turbolinks**](https://github.com/turbolinks/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 `<body>`, and merges its `<head>`, all without incurring the cost of a full page load.
* [If not SPAs what](https://macwright.com/2020/10/28/if-not-spas.html)? ([HN](https://news.ycombinator.com/item?id=24920702))
* [Second-guessing the modern web](https://macwright.com/2020/05/10/spa-fatigue.html)
*
