Browse Source

Add /link/switch-to-createroot (#3730)

Redirects to the working group document that explains how to upgrade
from ReactDOM.render to ReactDOM.createRoot.

https://github.com/reactwg/react-18/discussions/5
main
Andrew Clark 4 years ago
committed by GitHub
parent
commit
589c0338c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      static/_redirects

1
static/_redirects

@ -41,3 +41,4 @@ https://en.reactjs.org/* https://reactjs.org/:splat 301!
/link/uselayouteffect-ssr https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85 301
/link/react-devtools-faq https://github.com/facebook/react/tree/master/packages/react-devtools#faq 301
/link/setstate-in-render https://github.com/facebook/react/issues/18178#issuecomment-595846312 301
/link/switch-to-createroot https://github.com/reactwg/react-18/discussions/5

Loading…
Cancel
Save