Hi Kautuk, To be brutally honest, I appreciate the responses, but I'd prefer to have a link to a repository that contains code that integrates React into an existing (non-SPA) AEM 6.5 project.
Well I read here that I have to create two maven projects: one for React, whereas the other is for AEM. And then I have to compile all React code into bundle & place the bundle in the AEM project's clientlib path. Does something like this sound like the most efficient way to integrate React into AEM...
Does anyone have a step-by-step on how to integrate React into a non-SPA AEM 6.5 project? Most of the articles I've encountered starts with generating an AEM project with React, but rarely will I found an understandable article on how to inject React into an existing AEM project.