reason-react icon indicating copy to clipboard operation
reason-react copied to clipboard

Update experimental bindings

Open sorenhoyer opened this issue 5 years ago • 1 comments

Config argument was removed from useTransition hook https://github.com/facebook/react/blob/master/packages/react/src/ReactHooks.js

createRoot, createBlockingRoot and useTransition got prefixed with "unstable_"

sorenhoyer avatar Oct 29 '20 19:10 sorenhoyer

any update about when this could be merged? I'm interested too!

tsnobip avatar Dec 16 '20 17:12 tsnobip

This changes aren't much relevant anymore (no unstable_*) and work has been done here to support React new versions: https://github.com/reasonml/reason-react/pull/630

Thanks for the effort @sorenhoyer

davesnx avatar Aug 03 '23 09:08 davesnx