Skip to content

Commit a45d795

Browse files
committed
added short url for warning message
1 parent c30ff1e commit a45d795

File tree

1 file changed

+37
-6
lines changed

1 file changed

+37
-6
lines changed

static/_redirects

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

0 commit comments

Comments
 (0)