Can the renderer be used with react js

Does it depend on dom manipulation or can it be used with react js?

I see this in signature of the Viewer constructor – * @param {DOMElement} [options.container] the container to render the viewer in, defaults to body. Do we have any methods that outputs the svg to be rendered?

The renderer requires a DOM node. It should still be possible to use it as part of a react application.

Hi Saravanan,

Were you able to use the renderer with React ?
Can you provide some sample code.