Keith Schacht’s Weblog

Subscribe

💡 TIL: React in Rails is gaining momentum with Inertia

14th April 2025

I am seeing more activity around an elegant way to utilize React in Rails. I plan to try this out soon and these articles are a good starting point. There is even a shadcn starter project which is part of my motivation.

More recent articles

This is React in Rails is gaining momentum with Inertia by Keith Schacht, posted on 14th April 2025.

Part of series Today I Learned

  1. Elegant solution to versioning an API - Feb. 24, 2025, 3:13 p.m.
  2. Regex within string square brackets - Feb. 24, 2025, 3:16 p.m.
  3. Ruby's clamp method reduces conditionals - Feb. 24, 2025, 3:19 p.m.
  4. React in Rails is gaining momentum with Inertia - April 14, 2025, 11:44 p.m.
  5. Bundler can be configured to auto install - April 28, 2025, 3:35 p.m.
  6. with_defaults is a better named alias - April 28, 2025, 3:36 p.m.

Next: Bundler can be configured to auto install

Previous: Query optimization in rails