+1 for event bus, example, you could have a create...
# random
j
+1 for event bus, example, you could have a create user event, then the page you're on listens for that event and responds to it. If any other component needs to respond to it as well, it can also respond to that event. Then after the user is completed, that logic will fire a user created event which the user list component can detect and update itself, etc