Want to integrate dmn-js with react web application

I want to integrate dmn-js with react web application. I want the functionality to create a new dmn diagram which i can export and deploy to Camunda platform.
Is there an working example of dmn-js in react application

There is no example maintained by the bpmn.io team but there is an example for bpmn-js: https://github.com/bpmn-io/react-bpmn/tree/master/example As the two are very similar you could use the example as a starting point.