Julián Pinzón Eslavapinzonjulian.hashnode.dev·Jul 14, 2024Discovering Turbo 8 refreshes in Ruby on RailsI'm working on a personal project in which I'm trying to squeeze every ounce of features from Turbo and in doing so I found something that I thought was a bug. When going from a simple page that uses the scroll: preserve attribute (docs) and the defa...Discuss·52 readsRuby on Rails
Vadim Kononovblog.konoson.com·Jun 12, 2024Make JavaScript Work Seamlessly with or without Turbo in Ruby on RailsIf you're working on a Ruby on Rails project, you've likely encountered Turbo — a powerful tool from Hotwire that optimizes page loads and updates without requiring a full page refresh. It's fantastic for building fast and interactive web application...DiscussRuby on Rails
Avi FlombaumProcode.avi.nyc·Feb 15, 2024Turbo View Transitions in RailsI'm trying to improve my design engineering and have been practicing and looking for opportunities to flex and grow. One of my favorite new techniques is View Transitions, a simple way using CSS to animate transitions between states of the view, whet...Discuss·10 likes·3.3K readsview transitions
Avi FlombaumProcode.avi.nyc·Sep 12, 2023Turbo Forms & Drag and Drop in Ruby on Rails: Part 1Much like the Drag and Drop Uploader I built, I've been finding that you don't need to use JS plugins to build a lot of common functionality these days. It is easier to just roll your own solution. The DOM API is modern and easy to use. In this serie...Discuss·1 like·1.5K readsDrag & Drop
TurboHeadforMetaAlgo Technologies Official Blogblog.metaalgo.in·Mar 14, 2023The Legendary V12 Biturbo EnginesA high-performance engine known as a V12 biturbo employs a V-shaped configuration with 12 cylinders and a twin turbocharger setup. The twin turbocharger system increases performance potential while the V12 engine design is renowned for its smoothness...Discuss·229 readsAutomobileengine
Netzary InfodynamicsforNetzary Blognetzary.hashnode.dev·Nov 26, 2022Can HTMX be a React Killer?In the past few years we have moved to front-end development of most projects to reactive frameworks or UI tool kits such as ReactJS, Angular, Vue, Svelte, SolidJS among others. While decoupling front end with backend frameworks has bettered perform...Discuss·1 like·1.7K readsturbowire
Reuben Walker, Jr.atomicdesign.hashnode.dev·Sep 6, 2022Discover Symfony UX. Turbo lets you put SPAs in the Rearview Mirror.This article originally appeared on Symfony Station. Introduction Let’s explore the SPA-like speed that Turbo brings to Symfony UX. This is a companion article to Discover Symfony UX’s Twig Components and Discover Symfony UX. UI with Stimulus. Read ...Discuss·35 readsSymfony