mamba-org / gator

Conda environment and package management extension from within Jupyter
Other
260 stars 31 forks source link

Use React hooks for components instead of class based. #113

Open fcollonval opened 3 years ago

fcollonval commented 3 years ago

Wondering whether React hooks could be used directly for new components, instead of class based components.

Since the current react in peerDependencies should support them (added in 16.8.0).

Originally posted by @jtpio in https://github.com/mamba-org/gator/pull/102#r528723737