This site is about programming(mostly) things I either do or am learning.
12 Apr 2018 | | rails
“Turbolinks 5 turns your rails application into a single-page application..”
Turbo-links Hawaii 5.0
Turbolinks 5 was a total rewrite. I summarize here why these changes have presented an alternative to the Angular/React approaches and how they reduce complexity of application development as well as the amount of developer resources needed to create and maintain said apps.
It has no dependencies and is available via NPM. It can be used separate from the asset pipeline, or even in a non-rails app.
RailsConf talk on turbolinks by Sam Stephenson a rails core member who helped development on it