2020-12-24
1351
#ruby on rails
Diogo Souza
30738
Dec 24, 2020 ⋅ 4 min read

Turbolinks for faster web navigation

Diogo Souza Brazilian dev. Creator of altaluna.com.br

Recent posts:

react 19.2 what is new and what to expect

React 19.2 is here: Activity API, useEffectEvent and more

Discover what’s new in React 19.2, which features long-awaited features like the Activity API and the useEffectEvent Hook.

David Omotayo
Oct 13, 2025 ⋅ 7 min read
ai dev tool power rankings

AI dev tool power rankings & comparison [Oct 2025]

Compare the top AI development tools and models of October September 2025. View updated rankings, feature breakdowns, and find the best fit for you.

Chizaram Ken
Oct 13, 2025 ⋅ 9 min read

Hooks vs. Signals: The great reactivity convergence explained

React Hooks and SolidJS Signals solve reactivity differently. Learn how each manages state and updates, and when to choose one approach over the other.

Isaac Okoro
Oct 10, 2025 ⋅ 4 min read

Exploring the new Chakra UI MCP Server

Discover how the Chakra UI MCP server integrates AI into your editor, reducing context switching and accelerating development by fetching real-time documentation, component data, and code insights directly in-app.

Emmanuel John
Oct 9, 2025 ⋅ 6 min read
View all posts

2 Replies to "Turbolinks for faster web navigation"

  1. “Turbolinks improves performance of SPAs (single-page applications) by substituting the common full-page loads for partial loads.”

    That’s not true.

    Turbolinks has nothing to do with SPAs (applications made with React, Angular, etc.)

    SPAs don’t do “common full-page loads”.

    Turbolinks is about making multi-page applications render faster.

  2. Hey Random Dev, thanks for reaching out.

    You’re right, it was my mistake. The original idea of the post was to be about Turbolinks usage along with SPAs, but then it shifted.

    The post is updated now.

    Thanks for this! 🙂

Leave a Reply