[symfony/ux-live-component] Batch actions across multiple components in a single request #3120
tobolleo
started this conversation in
RFC - Feature Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Live Components support action batching only within a single component. However, there is no built-in support for batching actions across multiple component instances.
When actions are triggered on multiple components at the same time, a separate request is sent for each component. This feature would allow a single request to be sent even when multiple actions across multiple components are triggered.
Would it be possible to add support for this? Or do you have any advice on how I could achieve this behavior?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions