globus / globus-jupyterlab

4 stars 3 forks source link

Investigate move to React for UI components #12

Closed NickolausDS closed 2 years ago

NickolausDS commented 2 years ago

The current components in this app are built programmatically. A much cleaner way to do this would be moving to react to build the UI components. Jupyterlab has support for this here: https://jupyterlab.readthedocs.io/en/stable/extension/virtualdom.html

Note: I don't think react was an option at the time this app was created.

NickolausDS commented 2 years ago

React has been added, thanks Steve!