Skip to content

Rails implementation of TodoMVC using the CableReady GEM instead of a heavy SPA framework

Notifications You must be signed in to change notification settings

hopsoft/cable_ready_todomvc

Repository files navigation

Lines of Code

CableReady TodoMVC

A Server Rendered Single Page App

An implementation of the TodoMVC application created with Ruby on Rails.

  • One way data flow similar to React
  • Perform all rendering server-side with familiar Rails views
  • Re-render the entire page or a specific section or component
  • Leverage client side DOM diffing for fast DOM mutations
  • Works perfectly with standard Rails practices & patterns
  • Uses ActionCable & CableReady for lightning fast changes
  • No JavaScript frameworks required 😂

Welcome to the new world. -William Thatcher

See the live demo.

View the code diff from a rails new setup.


About

Rails implementation of TodoMVC using the CableReady GEM instead of a heavy SPA framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published