Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a WIP to aid in further discussions of the RFC implementation
@smnandre As discussed in #2068 I have opened a PR with some rough outline of the implementation
It is far from ready, but I think it is a good start. I can continue to work on this, but I will need some direction.
I understand now what you meant earlier - the bundle is an independent component not tied to the symfony framework's AbstractController, nor HttpFoundation nor even Twig
So I think my initial concept should be split into 2 parts - one is the abstract implementation of rendering streams, or rather wrapping a view in a turbo stream, and the other part should be specific to the full-fat symfony framework and it will build on top of the first to provide an easy way to go from a bunch of turbo streams to a HttpFoundation\Response with the correct content type, etc.