turbo-fetch
Installation
SKILL.md
Turbo Fetch Skill
This skill documents the turbo fetch pattern for dynamically updating form fields based on user input using Turbo Streams and Stimulus.
When to Use
Use turbo fetch when you need to:
- Update form options based on another field's selection
- Show/hide conditional fields dynamically
- Refresh parts of a form without reloading the entire page
- Implement cascading dropdowns or dependent fields
Pattern Overview
The turbo fetch pattern consists of four components: