|
1 | 1 | {
|
2 | 2 | "github": {
|
3 | 3 | "silent": true
|
4 |
| - } |
| 4 | + }, |
| 5 | + "redirects": [ |
| 6 | + { "source": "/tips/controlled-input-null-value.html" "destination": "/docs/forms.html#controlled-input-null-value", "permanent": false }, |
| 7 | + { "source": "/concurrent" "destination": "/docs/concurrent-mode-intro.html", "permanent": false }, |
| 8 | + { "source": "/hooks" "destination": "/docs/hooks-intro.html", "permanent": false }, |
| 9 | + { "source": "/tutorial" "destination": "/tutorial/tutorial.html", "permanent": false }, |
| 10 | + { "source": "/your-story" "destination": "https://www.surveymonkey.co.uk/r/MVQV2R9", "permanent": false }, |
| 11 | + { "source": "/stories" "destination": "https://medium.com/react-community-stories", "permanent": false }, |
| 12 | + { "source": "/html-jsx.html" "destination": "https://magic.reactjs.net/htmltojsx.htm" "destination": "", "permanent": false }, |
| 13 | + { "source": "/link/attribute-behavior" "destination": "/blog/2017/09/08/dom-attributes-in-react-16.html#changes-in-detail", "permanent": false }, |
| 14 | + { "source": "/link/controlled-components" "destination": "/docs/forms.html#controlled-components", "permanent": false }, |
| 15 | + { "source": "/link/crossorigin-error" "destination": "/docs/cross-origin-errors.html", "permanent": false }, |
| 16 | + { "source": "/link/dangerously-set-inner-html" "destination": "/docs/dom-elements.html#dangerouslysetinnerhtml", "permanent": false }, |
| 17 | + { "source": "/link/derived-state" "destination": "/blog/2018/06/07/you-probably-dont-need-derived-state.html", "permanent": false }, |
| 18 | + { "source": "/link/error-boundaries" "destination": "/docs/error-boundaries.html", "permanent": false }, |
| 19 | + { "source": "/link/event-pooling" "destination": "/docs/events.html#event-pooling", "permanent": false }, |
| 20 | + { "source": "/link/hooks-data-fetching" "destination": "/docs/hooks-faq.html#how-can-i-do-data-fetching-with-hooks", "permanent": false }, |
| 21 | + { "source": "/link/invalid-aria-props" "destination": "/warnings/invalid-aria-prop.html", "permanent": false }, |
| 22 | + { "source": "/link/invalid-hook-call" "destination": "/warnings/invalid-hook-call-warning.html", "permanent": false }, |
| 23 | + { "source": "/link/legacy-context" "destination": "/docs/legacy-context.html", "permanent": false }, |
| 24 | + { "source": "/link/legacy-factories" "destination": "/warnings/legacy-factories.html", "permanent": false }, |
| 25 | + { "source": "/link/mock-scheduler" "destination": "/docs/testing-environments.html#mocking-a-rendering-surface" "destination": "", "permanent": false }, |
| 26 | + { "source": "/link/perf-use-production-build" "destination": "/docs/optimizing-performance.html#use-the-production-build", "permanent": false }, |
| 27 | + { "source": "/link/react-devtools" "destination": "/blog/2015/09/02/new-react-developer-tools.html#installation", "permanent": false }, |
| 28 | + { "source": "/link/react-polyfills" "destination": "/docs/javascript-environment-requirements.html", "permanent": false }, |
| 29 | + { "source": "/link/refs-must-have-owner" "destination": "/warnings/refs-must-have-owner.html", "permanent": false }, |
| 30 | + { "source": "/link/rules-of-hooks" "destination": "/docs/hooks-rules.html", "permanent": false }, |
| 31 | + { "source": "/link/special-props" "destination": "/warnings/special-props.html", "permanent": false }, |
| 32 | + { "source": "/link/strict-mode-find-node" "destination": "/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage", "permanent": false }, |
| 33 | + { "source": "/link/strict-mode-string-ref" "destination": "/docs/refs-and-the-dom.html#legacy-api-string-refs", "permanent": false }, |
| 34 | + { "source": "/link/unsafe-component-lifecycles" "destination": "/blog/2018/03/27/update-on-async-rendering.html", "permanent": false }, |
| 35 | + { "source": "/link/warning-keys" "destination": "/docs/lists-and-keys.html#keys", "permanent": false }, |
| 36 | + { "source": "/link/wrap-tests-with-act" "destination": "/docs/test-utils.html#act", "permanent": false }, |
| 37 | + { "source": "/link/interaction-tracing" "destination": "https://gist.github.com/bvaughn/8de925562903afd2e7a12554adcdda16", "permanent": false }, |
| 38 | + { "source": "/link/profiling" "destination": "https://gist.github.com/bvaughn/25e6233aeb1b4f0cdb8d8366e54a3977", "permanent": false }, |
| 39 | + { "source": "/link/test-utils-mock-component" "destination": "https://gist.github.com/bvaughn/fbf41b3f895bf2d297935faa5525eee9", "permanent": false }, |
| 40 | + { "source": "/link/uselayouteffect-ssr" "destination": "https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85", "permanent": false }, |
| 41 | + { "source": "/link/react-devtools-faq" "destination": "https://github.com/facebook/react/tree/master/packages/react-devtools#faq", "permanent": false }, |
| 42 | + { "source": "/link/setstate-in-render" "destination": "https://github.com/facebook/react/issues/18178#issuecomment-595846312", "permanent": false } |
| 43 | + ] |
5 | 44 | }
|
0 commit comments