Skip to content

componentWasMounted/componentWasUpdated (formerly componentDidDisplay) #5053

@sebmarkbage

Description

@sebmarkbage

Proposal: New life-cycle that fires after componentDidMount and after the event-loop has returned but before any other reconciliation has started.

Effectively, this give you a componentDidMount that doesn't block the visual output. It could be a good place to set up timers, subscriptions etc.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions