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

Rework to extract handlers to their respective sides #2

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

iGoodie
Copy link
Member

@iGoodie iGoodie commented Jan 13, 2024

This PR aims to resolve #1 by:

  • Simplifying defining sides. Side message receivers are abstracted away to work with any sort of message dispatching strategy.
  • Simplifying defining transport/sending strategies, and making them take place in respective side. (So for example; Side A, will declare its own way of sending message to Side B on @sideA package)
  • Extracting message receive handling logic to their respective sides, yet leaving message declarations on @common side

@iGoodie iGoodie added the enhancement New feature or request label Jan 13, 2024
@iGoodie iGoodie self-assigned this Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to send selection nodes name to app.tsx Side-specific Actions/Utils cannot/should not be used in @common
1 participant