Skip to content

Refactor legacy Searchbar Class component into Functional component #2602

@PiyushChandra17

Description

@PiyushChandra17

Increasing Access

This would help in the following ways:

  • Functional based components are modern way of writing clean and concise components
  • Less line of code
  • Easy to read and debug
  • use of useState , useEffect and useRef hooks comes into play
  • Easy to integrate with the Redux workflow

Feature enhancement details

We should refactor the old legacy class components into more modern way Functional components

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementImprovement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions