reason-react
reason-react copied to clipboard
Update experimental bindings
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_"
any update about when this could be merged? I'm interested too!
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