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

Cross-instance synchronization #1456

Closed
esimkowitz opened this issue Sep 12, 2023 · 1 comment
Closed

Cross-instance synchronization #1456

esimkowitz opened this issue Sep 12, 2023 · 1 comment
Labels
enhancement New feature or request std Related to the dioxus-std crate

Comments

@esimkowitz
Copy link
Contributor

Specific Demand

Multiple instances of an application should be capable of communicating in a signals/hook-idiomatic way. This would allow for things like synchronizing state.

Implement Suggestion

This could use the interprocess crate for all targets except web, where BroadcastChannel would probably be a good fit.

@ealmloff ealmloff added enhancement New feature or request std Related to the dioxus-std crate labels Sep 12, 2023
@esimkowitz
Copy link
Contributor Author

Synchronizing state is now possible with v0.5 and dioxus-std/storage, closing this as no longer needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request std Related to the dioxus-std crate
Projects
None yet
Development

No branches or pull requests

2 participants