Autodesk / molecule-2d-for-react

2D molecule visualization component
http://moldesign.bionano.autodesk.com/
Apache License 2.0
21 stars 11 forks source link

Factor Out Backbone? #10

Closed justinmc closed 7 years ago

justinmc commented 8 years ago

We either shouldn't be pushing big dependencies like jQuery and Backbone on our users, or we should be pushing a more modern framework. React or something more lightweight are potential alternatives. For use in nbmolviz, which is forced to use Backbone by ipywidgets, we could wrap the Backbone usage and pass data into nbmolviz2d.

justinmc commented 7 years ago

Done here: https://github.com/Autodesk/molecule-2d-for-react/pull/12