Adds the ability to build multiple Turbo Stream responses from a controller without needing to reach for a review
Adds the render(): string method to the PendingTurboStreamResponse builder, which returns the view rendered so we can build them up an join them in a single stream response
Added
render(): string
method to thePendingTurboStreamResponse
builder, which returns the view rendered so we can build them up an join them in a single stream responsecloses https://github.com/tonysm/turbo-laravel/issues/38