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.
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.