apache-superset/superset-roadmap

[global] Convert component state to react hooks

Closed this issue · 0 comments

Motivation / Problem to Solve

In order to be consistent, we want to use hooks for component state instead of class state.

Proposed Functionality

There is a separate epic to convert class based components to hooks. This epic ties in with that. In the end, all state should be either in hooks, redux or context.