React@18 support
bloodyowl opened this issue · 2 comments
bloodyowl commented
Context
React 18 is in RC and will soon be released:
Updates
- Deprecate
ReactDOM.render ReactDOM.Experimental.createRoot→ReactDOM.createRootReactDOM.Experimental.createBlockingRootReactDOM.Experimental.root→ReactDOM.Root.tReactDOM.Experimental.render→ReactDOM.Root.renderReactDOM.Root.unmountReact.useDeferredValueReact.useInsertionEffect{,0,1,2,3,4,5,6,7}React.useSyncExternalStoreReact.useId
tom-sherman commented
I believe this list is missing useTransition /startTransition?
cometkim commented
I have binding to useMutableSource (former version of useSyncExternalStore)
guess it might help