Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the new React 18 root API #1285

Open
LinusCenterstrom opened this issue Apr 1, 2022 · 2 comments · May be fixed by #1286
Open

Support the new React 18 root API #1285

LinusCenterstrom opened this issue Apr 1, 2022 · 2 comments · May be fixed by #1286

Comments

@LinusCenterstrom
Copy link

React 18 has new APIs for rendering / hydrating. createRoot().render & hydrateRoot()
Would be nice to have (opt-in) support for outputting html that uses those instead of ReactDOM.render / ReactDOM.hydrate

@LinusCenterstrom LinusCenterstrom linked a pull request Apr 1, 2022 that will close this issue
@sebastian-pierre
Copy link

This would be great as soon as possible, as more solutions move to React 18 and get stuck.

@DaniilSokolyuk
Copy link
Contributor

You can take a look at my NodeReact library, I've released a new version that supports React 18+ and all its features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants