Sanchezdav / todo_realtime

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Ruby 70.6%Language:HTML 26.3%Language:JavaScript 2.4%Language:Shell 0.5%Language:SCSS 0.2%