/todo_realtime

This is an example of my talk "CableReady: La varita magica del realtime"

Primary LanguageRuby

ToDo

This is project is a comparison between Hotwire and StimulusReflex. It is a simple ToDo app that allows you to create and delete tasks. It also allows you to mark tasks as complete.

Stack

  • Ruby 3.2.2
  • Rails 7.0.8
  • Hotwire (main branch)
  • StimulusReflex/CableReady (using-stimulus-reflex branch)

Installation

After cloning the repo, run the following commands:

# Installing dependencies and setting up the database
> bin/setup

# Running the server
> bin/dev

Screenshots

Project view

Create task

Edit project title