Skip to content

Migrate remaining React class components to functional ones #1202

@JustinElms

Description

@JustinElms

As the Navigator’s ReactJS components are updated we’ve been migrating to functional components where possible but the majority of the front end still relies on class components which have not been recommended for some time now. Update these components to the functional framework by replacing constructors, state management, and lifecycle methods with React Hooks where appropriate and replacing the render function. Test each component ensure no loss of functionality.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions