
You Know Hotwire Basics. Now What?
There's no shortage of "Getting Started with Hotwire" content. Install Turbo, add a <turbo-frame> , watch the page update without a full reload. Great. You've done the tutorial. But then you're back in your app, staring at a real problem — optimistic UI updates, race conditions on rapid clicks, progressive image loading — and the tutorial didn't cover any of that. That gap is why I started the Hotwire Club . What It Is A biweekly coding challenge series. Every two weeks, a new challenge goes up. Each one isolates a single problem — the kind you'd actually run into building a production app — and strips it down to first principles. No video courses. No 40-part curriculum. Just a focused problem, a live coding environment on StackBlitz, and your brain. We've published 45+ challenges since April 2023, covering Turbo Drive, Turbo Frames, Turbo Streams, and Stimulus. What a Challenge Looks Like Every challenge follows the same structure: Premise , Starting Point , Challenge . The Premise fr
Continue reading on Dev.to Webdev
Opens in a new tab



