Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common eventbus #11

Open
trydofor opened this issue Apr 11, 2024 · 2 comments
Open

common eventbus #11

trydofor opened this issue Apr 11, 2024 · 2 comments
Labels
feature :star: new feature

Comments

@trydofor
Copy link
Owner

trydofor commented Apr 11, 2024

@trydofor trydofor converted this from a draft issue Apr 11, 2024
@trydofor trydofor moved this from 🆕 New to 📋 Backlog in WingsBoot Backlog Apr 11, 2024
@trydofor trydofor added the feature :star: new feature label Apr 11, 2024
@trydofor
Copy link
Owner Author

trydofor commented Apr 11, 2024

ES6

CustomEvent extends DOM Event

VUE

Unlike native DOM events, component emitted events do not bubble. You can only listen to the events emitted by a direct child component. If there is a need to communicate between sibling or deeply nested components, use an external event bus or a global state management solution.

@trydofor
Copy link
Owner Author

trydofor commented May 2, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature :star: new feature
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant