projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.71k stars 1.18k forks source link

Can I use react-diagrams in a non-react program? #689

Closed laike9m closed 4 years ago

laike9m commented 4 years ago

Hi, I'm looking for a library to help me draw some diagrams and came across react-diagrams. My main job is on backend development so I want to know if react-diagrams is for me. Specifically,

  1. Is it possible to use react-diagrams without using React as the frontend framework?
  2. If React framework is needed, what familarity am I expected to have with it to be able to use react-diagrams?

Thanks.

renato-bohler commented 4 years ago

Hey.

  1. Yes, react-diagrams works only with React. There's an independent Angular version aswell, but I've never tried it.
  2. I'm not sure what exactly you're trying to achieve, but I would expect some familiarity at least.
laike9m commented 4 years ago

Thanks.