Tips and Tricks to Improve your Hotwire (Turbo and Stimulus) Knowledge
Everything you need to know about making Rails apps feel snappy and modern with Hotwire. From basic Turbo Drive to real-time updates with Streams, plus all the Stimulus tricks!
Want to become more comfortable writing your own JavaScript and understand the JavaScript written by others? Check JavaScript for Rails Developers.
- Conditionally Style Turbo Frame Content
- Create a Resizable Navigation with Stimulus
- Connected and Disconnected Target Callbacks with Stimulus
- Building Nested Forms in Rails with Stimulus
- Refactor Stimulus.js Controllers to Use Change Callbacks
- Launch a Turbo Modal with URL Params Using Stimulus
- Nested Forms With Turbo (without dependencies)
- Preview an Image Before Upload with Hotwire/Stimulus
- Inline Save and Add Another with Rails and Hotwire
- Add a “X is writing…” with Rails and Turbo