Turbolinks Classic is a now-deprecated JavaScript library (largely used in Rails projects) for speeding up navigation by intercepting link clicks and replacing only the <body> and page title instead of reloading the entire page. It avoids recompiling JS and CSS on each navigation, improving perceived performance. Turbolinks makes following links in your web application faster. Instead of letting the browser recompile the JavaScript and CSS between each page change, it keeps the current page instance alive and replaces only the body (or parts of) and the title in the head. Think CGI vs persistent process.
Features
- Intercepts link clicks and performs AJAX-based page navigation
- Replaces only page body and title (not full reload)
- Works without requiring SPA architecture
- Falls back gracefully on unsupported browsers or features (e.g., pushState)
- Reduces asset reloading and improves navigation speed
- Easy opt-out per-link capability using data-turbolinks="false"
Categories
LibrariesLicense
MIT LicenseFollow Turbolinks Classic
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Turbolinks Classic!