GroupDocs viewer for Node.js

Hi, I’m planning to use the GroupDocs Viewer Cloud api for Node.js on a React app.
The app has one frontend project (react) and one backend project (node.js and express).
From the documentation, it is my understanding that the viewer is implemented on the backend project.
How will the file be embedded on the front end ?
Do I need an iframe for the file that is passed from the api ?

@mkris

Yes, your understanding is correct. GroupDocs.Viewer Cloud is a REST API that transforms a variety of the industry-standard document formats to HTML/PDF and you can use the output(HTML/PDF) in your fronted/viewer. In your case, you can use an iframe.