nteract / semiotic

A data visualization framework combining React & D3
https://semioticv1.nteract.io/
Other
2.43k stars 133 forks source link

Make simple class-based components into functional components #553

Closed emeeks closed 2 years ago

emeeks commented 2 years ago

This converts the simpler class-based components to functional components with hooks. Converting the more complicated components (XYFrame, VisualizationLayer, OrdinalFrame, etc) will happen with individual PRs.