
How to elegantly update other UI when a Turbo Frame is updated
Turbo Frames are great for carving out a part of the UI and having it update via normal server interaction. If all that needs to be updated is this specific part of the UI and nothing else then sta...