Yes. It didn't work. Not gone into the details of it.
Also, in one of the cons you have mentioned that Hot module reloading won't work if you change code in React components since it is a separate dependency via npm
But if you add the watchDependencies config to autoImport config in ember-cli-build.js, changes in react app will cause the ember app dev server to reload.
Thanks for sharing. Have you tried to use module css on the react component ?
Haven't tried that.
Why, is there any particular issue with module css?
Yes. It didn't work. Not gone into the details of it.
Also, in one of the cons you have mentioned that
Hot module reloading won't work if you change code in React components since it is a separate dependency via npmBut if you add the
watchDependenciesconfig toautoImportconfig inember-cli-build.js, changes in react app will cause the ember app dev server to reload.Related issues that led me to identifying this
Hey thanks Rajkiran for putting the effort in identifying the issues, much appreciated