Rendering CSS with Data Attributes
To show how generic our SortController is, I’m going to use it to fix a different problem with our schedule page. Right now, if you edit a concert on the page and change its start time, the concert page does not re-sort to insert the concert based on its new time.
This is admittedly a small problem, even by the standards of this sample app, but I want to show this solution because I think it’s neat, and I think it shows a technique for leveraging Turbo and Stimulus that you may not have thought of. (This is also based on something Hey.com does.)
A Couple of Cautions | |
---|---|
This technique does re-sort the concerts ... |
Get Modern Front-End Development for Rails now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.