-
Notifications
You must be signed in to change notification settings - Fork 136
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
Deprecation warning #77
Comments
Hi @TheMcMurder, |
We have official examples. The link already posted has a collection of them. |
Thanks for your quick answer. Ps: the link to demo-single-spa-with-spax example is broken. |
We do have examples of inter-app communication, it's even by the same name as this one in the examples area. It just doesn't use redux in the child apps but that doesn't matter as how each registered application manages it's own state isn't a concern for single-spa at all. this linked to example follows what we believe to be best practice for sharing data between applications after a few years of using micro-services in the browser: take a look at how I'm using a service to share data between two different applications (100% around network requests in my application but that concept could be scaled into more complex sharing solution if necessary) If you have additional questions let's take this out of this repo and into the slack channel, it doesn't serve anyone to continue this here as I (and others on the single-spa maintainers team) don't want this un-maintained repo to become another area where we provide support. https://single-spa.js.org/docs/faq.html#how-can-i-share-application-state-between-applications |
Hey @me-12 I'm one of the single-spa maintainers. We frequently get questions about this repo but are unable to make changes to it. If you are willing would you please add a deprecation warning on the readme? Maybe something that points to our example page?
https://single-spa.js.org/docs/examples.html
The text was updated successfully, but these errors were encountered: