Skip to content

Reagent 2 / React 19 compatibility #87

@Deraen

Description

@Deraen

Because React 19 removes the old react-dom/render API, if user choose to update to Reagent 2 and React 19, all libs using Reagent to render components into DOM need to move the new reagent.dom.client API.

I think it is possible to also keep supporting old React versions by checking either react/version or existence on react-dom/render, and then choose to either use reagent.dom or reagent.dom.client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions