apache-superset/superset-roadmap

[global] Convert React class components to functional

Closed this issue · 0 comments

Motivation / Problem to Solve

In order to move to hooks, we want to convert our class components to functional components. This epic leads into the convert to hooks epic.

Proposed Functionality

All JSX/TSX files should use functional components if they are going to use state or hooks context.