dracor-org / dracor-frontend

Frontend for the DraCor API
https://dracor.org
MIT License
4 stars 6 forks source link

Upgrade network rendering libraries #257

Open cmil opened 8 months ago

cmil commented 8 months ago

We are currently using version 1.2.35 of react-sigma which hasn't been updated since 2020. Sigma.js itself is currently at version 2.4.0 with a version 3 available as alphabeta. A new react integration using Sigma v2 has been developed as @react-sigma. We should upgrade our network rendering components to use the latter.

cmil commented 7 months ago

A look at https://github.com/gephi/gephi-lite, which is using @react-sigma, may be helpful with the migration.