I am trying to build a flowchart component, and I am trying to decide if I should build it from scratch with svgs or use an existing library like react flow.
What are the pros and cons of each approach?
What are the performance implications of adding another package to an existing app bundle, and how can I measure that?
How do vulnerabilities in npm packages affect one's decision to use a library or not?
What testing implications are there for each approach?