How to introduce a new react component into existing AEM project with regular web AEM components
This question was boggling me for a while and I had to learn. We have an AEM project with regular components. CSS and JS are in ui.frontend and are regular web components (non react). Now I want to use react for couple of new components with SPA Author support. Do you guys know of any tutorial or documentation which can guide with this process?
Challenge for me is can both web components and react components can co exist in same ui.frontend module?

