@prosto.duda I guess you think you need to catch the event in the child component, so as to know when to trigger the create and redirect action in the parent page, right?
If that is what you have in mind, then I don’t think that is how bubble works in this very case. once the child component finish running, it comes back to the parent component to run the remaining action that have been listed. But you just have to ensure that the child component does not have a go to action inside it, because this can disrupt the flow. So just add that condition to prevent go to index page if the “current page name is not login”

But if this is not why you need to catch an event from a child component, let me know why you need to catch an event from a child component, we could use state or run javascript to catch an event from a child component.

PS: child compnent is usually called reusable element in bubble.