I'm trying to rendering an external service in an ReactJS component. I'm working in an OWA for OpenMRS.
This is the React app, this is a component. When I push in some button this should render the next form in the same that component.
As you can see in the URL, the form is not an HTML page, also an service. In some post I read for render html files, this not the case. How can I work with that in my component?