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

Application-wide event bus #236

Open
lukashornych opened this issue Nov 17, 2024 · 0 comments
Open

Application-wide event bus #236

lukashornych opened this issue Nov 17, 2024 · 0 comments
Assignees

Comments

@lukashornych
Copy link
Owner

There are already some places where a application-wide event bus for notifying unrelated components about changes (similar to Spring Framework ApplicationEvents). Neither JS nor Vue provide this out of the box, however there are libraries that provide such functionality.

I would like to analyze if it would be something that would help decouple some components. For example, I would like to decouple:

  • window list from keymap / subject path
  • creating new tabs from workspace service call (not sure if it would help anything though)
@lukashornych lukashornych self-assigned this Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant