With nested live views, we don’t have a easy way to send events between live views. In client javascript, we have pushEventTo(selectorOrTarget, event, payload, (reply, ref) => …) method to push targeted events from the client to LiveViews and LiveComponents. If we can provide a similar method in live view, it will be very handy to communicate between live views.