I want to use jointjs library with reactjs. Is there any library or wrapper available which can be used? If not available then what is the simplest way to use it.
You can use the npm module joint with your react project.
This module provides the functionality of the diagramming library. It can be used to create either static diagrams or, and more importantly, fully interactive diagramming tools and application builders.
Please see http://jointjs.com for more information, demos and documentation.
Please check the example for combining react.js with JointJS repo from here.
Hope this helps.