Skip to content

Refactor components into stateless functional components #53

@rahatarmanahmed

Description

@rahatarmanahmed

Most of our components are stateless, and their props are immutable state objects. We can convert these into pure functions to avoid having to create a whole class and shouldComponentUpdate. Should be a bit easier to read and let React handle optimizations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions