Page MenuHomePhabricator

Change Header.js component to React hooks component
Closed, ResolvedPublic

Description

IMPORTANT: Make sure to read the Outreachy participant instructions and communication guidelines thoroughly before commenting on this task. This space is for project-specific questions, so avoid asking questions about getting started, setting up Gerrit, etc. When in doubt, ask your question on Zulip first!

Header.js is currently based on class component. Since class components are slowly becoming obsolete and we are moving to hooks-based components in other components, we should move Header component to hook-based model as well.