Build a modal form with Rails, Turbo, and the dialog element
How to practically apply Turbo Frames and Turbo Streams using a gradual, layered approach on top of standard Rails scaffolding. There are many ways to accomplish modals in Rails, but this approach feels the most “Rails-y” to me. Only one line of JavaScript needed! https://mattbrictson.com/blog/turbo-modal
Post a comment