

The Frustrations of React and the Power of Turbo
May 23, 2025
The hosts hilariously vent about their React frustrations while praising the simplicity of Hotwire. They dive into efficient page updates using turbo streams, showcasing rapid feature developments. Recent Ruby updates spark discussions on namespace management and gem versioning intricacies. Amidst tech talk, personal stories include a vibrant Post Malone concert experience, blending professional insights with real-life hilarity. They also touch on their upcoming Philadelphia retreat, mixing productivity tips with lighthearted banter.
AI Snips
Chapters
Transcript
Episode notes
Frustrations Using React
- Chris Oliver shares his frustration writing React all day without progress.
- Andrew Mason prefers Hotwire, finding it lighter and easier to adjust than React.
Web Apps Have Evolved
- Modern web apps demand complex front-end flows beyond simple page reloads.
- Features like persistent messages across pages represent a shift from traditional web paradigms.
Use Fine-Grained Turbo Streams
- Use fine-grained Turbo streams instead of full page refreshes for better performance.
- Replace heavy refreshes with TurboFrames to update only necessary parts, enhancing UX.