Rafał Jaroszewicz

Day: January 6, 2023

Create dynamic dependant dropdowns with Turbo and Stimulus in Rails 7

Remember my blog post about dynamic dropdowns in rails 6? Outdated. Now we can do it with Turbo frames and it’s so much fun! Turbo Frames allows you to easily create interactive, partial page updates in your Rails app, while Stimulus provides a simple and lightweight way to add interactivity to your HTML. When I’m […]

Back to top