Really liking how easy it is to lazy load frames with turbo-frame
However, I have some frames that are getting their data from a 3rd party API, which can be slow. Is there a good pattern anyone is using for handling something like this in a background job and then broadcasting the stream to the frame?
I see I can use the Broadcastable
concern for doing this, but I’m not clear on how this might be achieved with things that do not revolve around model updates.