-
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
Mono Repo version created (need some help for react) FIXED #45
Comments
I was able to fix the mono repo version and make it working for React as well. The main being using @babel/plugin-transform-runtime to isolate the react app |
Hello tsukhu, thank you for your work! I created this repo to give an example on how to run different apps maintained by different teams with different technologies and still create a single website consisting of all those apps. So basically, I expect that no one will use my repo exactly like it is. I think it is much more likely, that one team will work on only one app which has its own repo. In this scenario it wouldn't be necessary to use lerna. I would also like to not add any more complexity to this repo since I think its already pretty complicated for new people. Considering those points, I would rather not merge your Fork. But I still like your solution and if you want, I can add a link to your repo in the readme file. What do you think? |
@me-12 Thank you for your detailed response. It would be great if you could add a link in the Readme. |
I have added a Link to your fork to the readme.md |
@me-12 Thanks for creating this example. It was exactly what I was looking for.
One issue with running this sample is the process of going into each app and building / running it separately. To improve on that I have created a monorepo version of the same using lerna + yarn workspaces. The process of running it is just a two step process a defined in the README. I was planning to submit this as a PR but have run into one issue with the react app. I think I am missing something very basic here , but not able to figure it out. It would be great if you can provide me some incites.
Here is the project
https://github.com/tsukhu/single-spa-portal-example
Also once fixed , if you think it is ok , then I will submit this as a PR (after some fine tuning and getting the React app working)
The text was updated successfully, but these errors were encountered: