flagsmith icon indicating copy to clipboard operation
flagsmith copied to clipboard

Migrate critical components: FeaturesPage.js

Open Zaimwa9 opened this issue 7 months ago • 0 comments

Critical component as main entrypoint of the app

State of the component:

  • Class component
  • 766 lines
  • No typing and no hooks
  • Uses HOC Providers

Objectives

Ranked by priority

  • Migrate it to a Functional component (along with TS)
  • Remove the Providers injections to use RTK
  • Break it in small / modular and dedicated components

Zaimwa9 avatar Jul 17 '25 08:07 Zaimwa9