React.NET icon indicating copy to clipboard operation
React.NET copied to clipboard

Support the new React 18 root API

Open LinusCenterstrom opened this issue 3 years ago • 2 comments

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 avatar Apr 01 '22 12:04 LinusCenterstrom

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

sebastian-pierre avatar Sep 14 '22 12:09 sebastian-pierre

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

DaniilSokolyuk avatar Feb 14 '23 17:02 DaniilSokolyuk