Right now, both NewExperiment.tsx and ExperimentListing.tsx have notable maintenance difficulties, most likely as a result of technical debt:
- NewExperiment.tsx has duplicated code
- The functional division between components and frontend functions is unclear
- ExperimentListing.tsx is notably a very large file that handles the entire logic of the experiment listing page.
Right now, both NewExperiment.tsx and ExperimentListing.tsx have notable maintenance difficulties, most likely as a result of technical debt: