Remotely loading tabbed content with Ruby on Rails and Hotwire

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • hotwire-tabs

  • You can find the complete source code for this tutorial on Github.

  • turbo-rails

    Use Turbo in your Ruby on Rails app

  • Our entire list partial is wrapped in a turbo_frame_tag which will turn into a HTML element when this view renders. The turbo frame helper provided by hotwire-rails requires an id argument ("details_tab" in our case) which Turbo uses to make DOM updates as needed.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Stimulus

    A modest JavaScript framework for the HTML you already have

  • The other side of the Hotwire package is Stimulus, a modest JavaScript framework designed to play nicely with Turbo as you build client-side interactivity and more complex user interfaces with Hotwire. Check out the Stimulus handbook here. Stimulus is an incredibly powerful tool and is worth learning for any developer interested in adding client-side interactivity quickly.

  • hotwire-rails

    Discontinued Use Hotwire in your Ruby on Rails app

  • Hotwire is a set of tools for building web applications by sending HTML instead of JSON over the wire. Hotwire gives us a framework for making DOM updates without writing much, or any, JavaScript while delivering fast, modern-feeling web applications.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Howire Not Working after deploying to Heroku

    1 project | /r/rails | 3 Jan 2022
  • What's New in Rails 7

    2 projects | dev.to | 22 Dec 2021
  • anyone have full tutorial how to upgrade from rails 6.1 to rails 7 ?

    1 project | /r/rails | 16 Dec 2021
  • Hotwire isn't only for Rails

    3 projects | dev.to | 14 Dec 2021
  • Why learn Rails as a frontender?

    1 project | /r/rails | 28 Nov 2021