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.
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