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:

How To Audit And Validate AI-Generated Code Output

How to audit and validate AI-generated code output

Validating and auditing AI-generated code reduces code errors and ensures that code is compliant.

Boemo Mmopelwa
Dec 2, 2024 â‹… 5 min read
Building A Background Remover With Vue And Transformers.js

Building a background remover with Vue and Transformers.js

Build a real-time image background remover in Vue using Transformers.js and WebGPU for client-side processing with privacy and efficiency.

Emmanuel John
Nov 29, 2024 â‹… 9 min read
Managing Search Parameters In Next.js With Nuqs

Managing search parameters in Next.js with nuqs

Optimize search parameter handling in React and Next.js with nuqs for SEO-friendly, shareable URLs and a better user experience.

Jude Miracle
Nov 27, 2024 â‹… 10 min read
React logo over a beige background

Data fetching with Remix’s loader function

Learn how Remix enhances SSR performance, simplifies data fetching, and improves SEO compared to client-heavy React apps.

Abhinav Anshul
Nov 26, 2024 â‹… 5 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