Files
react.dev/vercel.json
Ricky 74246c13b9 React 18 (#4499)
* [18] ReactDOM reference to createRoot/hydrateRoot (#4340)

* [18] ReactDOM reference to createRoot/hydrateRoot

* Update note about render and hydrate

* Match the warning text

* s/Render/render

* [18] Update ReactDOMClient docs (#4468)

* [18] Update ReactDOMClient docs

* Remove ReactDOMClient where it's obvious

* Update browser message

* Update browser message note

* Update based on feedback

* Add react-dom/client docs

* [18] Upgrade homepage examples (#4469)

* [18] Switch code samples to createRoot (#4470)

* [18] Switch code samples to createRoot

* Feedback fixes

* Feedback updates

* [18] Use hydrateRoot and root.unmount. (#4473)

* [18] Add docs for flushSync (#4474)

* [18] Add flushSync to ReactDOM docs

* Seb feedback

* More Seb feedback

* [18] Bump version to 18 (#4478)

* [18] Update browser requirements (#4476)

* [18] Update browser requirements

* Update based on feedback

* [18] Add stubs for new API references (#4477)

* [18] Add stubs for new API references

* Change order/grouping

* [18] Redirect outdated Concurrent Mode docs (#4481)

* [18] Redirect outdated Concurrent Mode docs

* Use Vercel redirects instead

* [18] Update versions page (#4482)

* [18] Update version page

* Fix prettier

* [18] Update React.lazy docs (#4483)

* [18] Add docs for useSyncExternalStore (#4487)

* [18] Add docs for useSyncExternalStore

* rm "optional"

* [18] Add docs for useInsertionEffect (#4486)

* [18] Add docs for useId (#4488)

* [18] Add docs for useId

* Update based on feedback

* Add Strict Effects to Strict Mode (#4362)

* Add Strict Effects to Strict Mode

* Update with new thinking

* [18] Update docs for useEffect timing (#4498)

* [18] Add docs for useDeferredValue (#4497)

* [18] Update suspense docs for unexpected fallbacks (#4500)

* [18] Update suspense docs for unexpected fallbacks

* Add inline code block

* Feedback fixes

* [18] Updated Suspense doc with behavior during SSR and Hydration (#4484)

* update wording

* wording

* update events

* Update content/docs/reference-react.md

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>

* add link to selective hydration

* remove some of the implementation details

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>

* [18] renderToPipeableStream doc (#4485)

* new streaming ssr api

* add readable stream

* code snippets

* Rename strict effects / unsafe effects to use the reusable state terminology (#4505)

* Add draft of 18 release post

* Add links to speaker Twitter profiles

* [18] Update upgrade guide

* Fix typo in blog title

* [18] Blog - add note for react native

* [18] Add changelog info to blog posts

* Edit Suspense for data fetching section

* Update date

* [18] Add links

* Consistent title case

* Update link to merged RFC

* [18] Update APIs and links

* [18] Add start/useTransition docs (#4479)

* [18] Add start/useTransition docs

* Updates based on feedback

* [18] Generate heading IDs

* Add note about Strict Mode

* Just frameworks

* Reorder, fix content

* Typos

* Clarify Suspense frameworks section

* Revert lost changes that happened when I undo-ed in my editor

Co-authored-by: salazarm <salazarm@users.noreply.github.com>
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
Co-authored-by: Sebastian Markbåge <sebastian@calyptus.eu>
Co-authored-by: Andrew Clark <git@andrewclark.io>
Co-authored-by: dan <dan.abramov@gmail.com>
2022-03-29 12:03:23 -04:00

279 lines
8.0 KiB
JSON

{
"github": {
"silent": true
},
"trailingSlash": false,
"redirects": [
{
"source": "/tips/controlled-input-null-value.html",
"destination": "/docs/forms.html#controlled-input-null-value",
"permanent": false
},
{
"source": "/link/switch-to-createroot",
"destination": "https://github.com/reactwg/react-18/discussions/5",
"permanent": false
},
{
"source": "/server-components",
"destination": "/blog/2020/12/21/data-fetching-with-react-server-components.html",
"permanent": false
},
{
"source": "/concurrent",
"destination": "/docs/concurrent-mode-intro.html",
"permanent": false
},
{
"source": "/hooks",
"destination": "/docs/hooks-intro.html",
"permanent": false
},
{
"source": "/tutorial",
"destination": "/tutorial/tutorial.html",
"permanent": false
},
{
"source": "/your-story",
"destination": "https://www.surveymonkey.co.uk/r/MVQV2R9",
"permanent": false
},
{
"source": "/stories",
"destination": "https://medium.com/react-community-stories",
"permanent": false
},
{
"source": "/html-jsx.html",
"destination": "",
"permanent": false
},
{
"source": "/link/attribute-behavior",
"destination": "/blog/2017/09/08/dom-attributes-in-react-16.html#changes-in-detail",
"permanent": false
},
{
"source": "/link/controlled-components",
"destination": "/docs/forms.html#controlled-components",
"permanent": false
},
{
"source": "/link/crossorigin-error",
"destination": "/docs/cross-origin-errors.html",
"permanent": false
},
{
"source": "/link/dangerously-set-inner-html",
"destination": "/docs/dom-elements.html#dangerouslysetinnerhtml",
"permanent": false
},
{
"source": "/link/derived-state",
"destination": "/blog/2018/06/07/you-probably-dont-need-derived-state.html",
"permanent": false
},
{
"source": "/link/error-boundaries",
"destination": "/docs/error-boundaries.html",
"permanent": false
},
{
"source": "/link/event-pooling",
"destination": "/docs/legacy-event-pooling.html",
"permanent": false
},
{
"source": "/link/hooks-data-fetching",
"destination": "/docs/hooks-faq.html#how-can-i-do-data-fetching-with-hooks",
"permanent": false
},
{
"source": "/link/invalid-aria-props",
"destination": "/warnings/invalid-aria-prop.html",
"permanent": false
},
{
"source": "/link/invalid-hook-call",
"destination": "/warnings/invalid-hook-call-warning.html",
"permanent": false
},
{
"source": "/link/legacy-context",
"destination": "/docs/legacy-context.html",
"permanent": false
},
{
"source": "/link/legacy-factories",
"destination": "/warnings/legacy-factories.html",
"permanent": false
},
{
"source": "/link/mock-scheduler",
"destination": "",
"permanent": false
},
{
"source": "/link/perf-use-production-build",
"destination": "/docs/optimizing-performance.html#use-the-production-build",
"permanent": false
},
{
"source": "/link/react-devtools",
"destination": "/blog/2015/09/02/new-react-developer-tools.html#installation",
"permanent": false
},
{
"source": "/link/react-polyfills",
"destination": "/docs/javascript-environment-requirements.html",
"permanent": false
},
{
"source": "/link/refs-must-have-owner",
"destination": "/warnings/refs-must-have-owner.html",
"permanent": false
},
{
"source": "/link/rules-of-hooks",
"destination": "/docs/hooks-rules.html",
"permanent": false
},
{
"source": "/link/special-props",
"destination": "/warnings/special-props.html",
"permanent": false
},
{
"source": "/link/strict-mode-find-node",
"destination": "/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage",
"permanent": false
},
{
"source": "/link/strict-mode-string-ref",
"destination": "/docs/refs-and-the-dom.html#legacy-api-string-refs",
"permanent": false
},
{
"source": "/link/unsafe-component-lifecycles",
"destination": "/blog/2018/03/27/update-on-async-rendering.html",
"permanent": false
},
{
"source": "/link/warning-keys",
"destination": "/docs/lists-and-keys.html#keys",
"permanent": false
},
{
"source": "/link/wrap-tests-with-act",
"destination": "/docs/test-utils.html#act",
"permanent": false
},
{
"source": "/link/interaction-tracing",
"destination": "https://gist.github.com/bvaughn/8de925562903afd2e7a12554adcdda16",
"permanent": false
},
{
"source": "/link/profiling",
"destination": "https://gist.github.com/bvaughn/25e6233aeb1b4f0cdb8d8366e54a3977",
"permanent": false
},
{
"source": "/link/test-utils-mock-component",
"destination": "https://gist.github.com/bvaughn/fbf41b3f895bf2d297935faa5525eee9",
"permanent": false
},
{
"source": "/link/uselayouteffect-ssr",
"destination": "https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85",
"permanent": false
},
{
"source": "/link/react-devtools-faq",
"destination": "https://github.com/facebook/react/tree/main/packages/react-devtools#faq",
"permanent": false
},
{
"source": "/link/setstate-in-render",
"destination": "https://github.com/facebook/react/issues/18178#issuecomment-595846312",
"permanent": false
},
{
"source": "/version/15.6",
"destination": "https://react-legacy.netlify.app",
"permanent": false
},
{
"source": "/version/16.8",
"destination": "https://5d4b5feba32acd0008d0df98--reactjs.netlify.com/",
"permanent": false
},
{
"source": "/version/16.7",
"destination": "https://5c54aa429e16c80007af3cd2--reactjs.netlify.com/",
"permanent": false
},
{
"source": "/version/16.6",
"destination": "https://5c11762d4be4d10008916ab1--reactjs.netlify.com/",
"permanent": false
},
{
"source": "/version/16.5",
"destination": "https://5bcf5863c6aed64970d6de5b--reactjs.netlify.com/",
"permanent": false
},
{
"source": "/version/16.4",
"destination": "https://5b90c17ac9659241e7f4c938--reactjs.netlify.com",
"permanent": false
},
{
"source": "/version/16.3",
"destination": "https://5b05c94e0733d530fd1fafe0--reactjs.netlify.com",
"permanent": false
},
{
"source": "/version/16.2",
"destination": "https://5abc31d8be40f1556f06c4be--reactjs.netlify.com",
"permanent": false
},
{
"source": "/version/16.1",
"destination": "https://5a1dbcf14c4b93299e65b9a9--reactjs.netlify.com",
"permanent": false
},
{
"source": "/version/16.0",
"destination": "https://5a046bf5a6188f4b8fa4938a--reactjs.netlify.com",
"permanent": false
},
{
"source": "/docs/concurrent-mode-adoption.html",
"destination": "https://17.reactjs.org/docs/concurrent-mode-adoption.html",
"permanent": true
},
{
"source": "/docs/concurrent-mode-intro.html",
"destination": "https://17.reactjs.org/docs/concurrent-mode-intro.html",
"permanent": true
},
{
"source": "/docs/concurrent-mode-patterns.html",
"destination": "https://17.reactjs.org/docs/concurrent-mode-patterns.html",
"permanent": true
},
{
"source": "/docs/concurrent-mode-reference.html",
"destination": "https://17.reactjs.org/docs/concurrent-mode-reference.html",
"permanent": true
},
{
"source": "/docs/concurrent-mode-suspense.html",
"destination": "https://17.reactjs.org/docs/concurrent-mode-suspense.html",
"permanent": true
}
]
}