Replies: 5 comments 4 replies
-
Hello, @lencys. I'll have a look after work. Thanks for the interest. |
Beta Was this translation helpful? Give feedback.
-
Hello again. I created a pull request that corrects the issues you have in your reproduction. Summary:
|
Beta Was this translation helpful? Give feedback.
-
Hello, @lencys. If your problem is resolved, please mark the answer for other users to see. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thank you, you are amazing. Everything works. I have another question. How to deal with components that are used in multiple applications. Should I make them as parcels and each parcel will be in a separate repository, or should all the parcels be in one? What is the best architecture for assembling a Micro Frontends app? |
Beta Was this translation helpful? Give feedback.
-
One more question. This implementation is for the root application, how is the implementation done into the application? |
Beta Was this translation helpful? Give feedback.
-
In the repository https://github.com/lencys/poc-single-spa, I have 2 directories: ReactRoot and SvelteParcels. I can't get them to work according to your guide so that they do what you describe. Also, you wrote to me last time that it is enough to write links in the form of, for example, localhost:4101/spa.js and not localhost:4101/dist/spa.js. But that doesn't work for me. Would you be willing to look at my code and possibly guide me on the proper functioning of single spa with your plugin? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions