jbandi / multi-spa-experiment

Experiment to run multiple single page applications on the same document
MIT License
15 stars 5 forks source link

I was trying to run the react app. But, I didn't get the output as show in the Hosting multiple React applications on the same document article. #1

Open teja-94 opened 3 years ago

teja-94 commented 3 years ago

https://medium.jonasbandi.net/hosting-multiple-react-applications-on-the-same-document-c887df1a1fcd

app1 app2

I have tried so many ways. But, I didn't get as shown as the same in the article. PFA and let me know how to resolve the issue.

hylerrix commented 2 years ago

Me too, when 2 React app npm start, React app 1 got error on browser console: Uncaught ReferenceError: React is not defined.

How to solve it?