Improving your page load speeds on any site with Turbolinks ↦
Nick does a great job with these videos. If you’ve never given Turbolinks a serious look, this would be 20 minutes well spent. We’ve been using Turbolinks for 4+ years now with great success.
Discussion
Sign in or Join to comment or subscribe
Nick Janetakis
2020-05-15T13:24:14Z ago
Or 10 minutes at 2x speed! If you’re going to watch a Turbolinks video, you might as well play it back at turbo speed.
Thodoris
Greece
2020-05-16T18:12:12Z ago
Turbolinks and Stimulus is a really nice combination.
I’ve built a whole production app with over 20 controllers (some of them reusable) and I love how smooth and how simple everything is.
The backend is in Node, and I’m quite familiar with React and other front-end frameworks but I haven’t regretted once going with the workflow mentioned above.
You really don’t have to over complicate everything.
I haven’t found any bugs on Turbolinks (in the latest versions), you just have to read the documentation and understand how it works if you want it to play nice in every situation (like integrating it with libraries like DataTables).