Hotwired

RubyZG meetup

This talk will be an introduction to Hotwired, a bundle of three frameworks that enable server-side rendered pages to act and feel as single page applications.
 The frameworks are:
  •  Turbo - a successor to TurboLinks but with expanded functionality through the addition of turbo frames and turbo streams
  • Stimulus - a component framework that turns pre-rendered HTML into JS components
  • Strada - his part of the talk is reverse engineered out of Hey's source code; Strada is a framework/communication protocol that enables the frontend JS to interact with native host functionality