Commit Graph

34 Commits

Author SHA1 Message Date
dan
1c5a6c137e Update single-file example 2022-03-30 18:32:26 +01:00
Angelos Chalaris
56a0dca6fb Update CDN links for React 18 (#4528) 2022-03-30 17:06:07 +01:00
Dan Abramov
45aba8b1c5 Delete _redirects (#3951) 2022-01-18 18:27:43 +00:00
Brian Vaughn
d456dfbd29 Update docs and config to replace "master" with "main" branch
https://github.com/facebook/react/issues/21767
2021-06-29 13:35:55 -04:00
Andrew Clark
589c0338c5 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
2021-06-09 13:16:53 -07:00
Dan Abramov
ed421c0b95 Server Components blog post 2020-12-21 17:13:59 +00:00
Paul O’Shannessy
0ebb5b16b8 Redirect en.reactjs.org to reactjs.org (#3446)
Currently this resolves to the same Netlify site, but is an alias and just serves the same content. There's no good reason to support both domains, so redirect.

This pattern should not be copied into any translation sites.
2020-12-10 13:49:30 -08:00
Dan Abramov
02d17e4217 Update more docs to 17 (#3345) 2020-10-23 21:21:14 +01:00
Toru Kobayashi
64d067f2c0 Remove event pooling and SyntheticEvent#persist from documents (#3207)
* remove event pooling and SyntheticEvent#persist from documents

Syntheticevent#event exists in v17, but it does nothing at the version

* add a page for legacy event pooling for _redirects

* add a warning e.persist() is no longer pooled

* Update legacy-event-pooling.md

* docs: update a redirect link for event pooling

* Update legacy-event-pooling.md

* Update legacy-event-pooling.md

* Update reference-events.md

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2020-10-23 21:14:24 +01:00
CY Lim
87dcdbedc3 added short url for warning message (#3199) 2020-08-14 13:12:00 +01:00
Brian Vaughn
3e4f2687c6 Update copyright headers (#3086)
Added and updated copyright headers.

Added some missing Flow types.

Removed an invalid prop-types import.
2020-07-07 10:35:57 -04:00
Brian Vaughn
5a840c9880 Add redirect from /stories to medium.com/react-community-stories (#2609) 2019-12-12 17:00:03 +00:00
Dan Abramov
9932845b39 Concurrent Mode Documentation (#2461) 2019-10-24 08:55:49 -07:00
Brian Vaughn
43ff7aeb86 Added temporary /your-story redirect (#2421) 2019-10-10 11:46:36 -07:00
Saurabh Daware
0726327dbb WebApp manifest added to allow users "Add to Homescreen" documentations (#2377)
* manifest config added and src/images/react_logo.png added for icon

* inverted commas fix as per linter

* added legacy:true option for ios

* legacy:true lint fix

* added meta tags for ios and moved logo from src to static
2019-10-09 09:05:28 -07:00
Swarnava Sengupta
1fc28596fb Fetch latest babel link (#2153) 2019-08-12 13:21:37 +03:00
Sophie Alpert
66a71c72b4 Add /tutorial redirect 2018-12-28 17:02:11 -08:00
Sophie Alpert
d0d1fed2d0 Add documentation for Hooks proposal
Co-Authored-By: Dan Abramov <dan.abramov@gmail.com>
Co-Authored-By: Sophie Alpert <git@sophiebits.com>
2018-10-25 07:09:38 -07:00
Michał Gołębiowski-Owczarek
06a8850b2f HTTPS-ify lots of URLs, update some to their newer homes (#1157)
This matters for user security.

I didn't touch blog posts & pages related to past conferences.

The `content/docs` could be HTTPS-ified as well but it contains lots of HTTP
links so maybe that'd be best done in a separate PR.
2018-10-05 14:39:12 -07:00
Dan Abramov
0057622679 Update single-file-example.html 2018-06-28 15:12:21 +01:00
Brian Vaughn
fbbddeea29 Removing redirect proxy test 2018-04-15 07:52:11 -07:00
Brian Vaughn
7843bbe4a0 Testing a 200 redirect proxy 2018-04-15 07:47:01 -07:00
Brian Vaughn
48a92c592e Moved versions control into versions.yml and Gatsby plug-in 2018-04-13 13:42:50 -07:00
Brian Vaughn
597fe25968 Added robots.txt to prevent crawling old versions of site 2018-04-13 10:37:05 -07:00
Brian Vaughn
5433a472d8 Added redirects for old React versions 2018-04-13 09:42:07 -07:00
Dan Abramov
2c4b2b12a8 Clarify what single-file HTML page is for 2017-12-23 19:41:12 +00:00
Michael Mullins
1d7c1d4ad4 convert logo-large into a plain white version of the logo
logo-large was a custom version of the logo made just for the banner background. It was also scaled up manually rather than taking advantage of svg's inherit scaling. This change reduces its size, makes it just a plain white version of the react logo, and moves most of the custom stuff into css. It also moves it from the static folder, over to the icons folder where it can be imported as a url.
2017-11-27 12:25:50 -06:00
Fanny Vieira
d3349102de fix redirect file 2017-10-07 09:41:29 -03:00
Fanny Vieira
66572d8a98 modifying to docs / forms page, adding route in redirect file, correcting grammatical errors 2017-10-07 08:34:39 -03:00
Brian Vaughn
cc89a9682b Make html-to-jsx redirect permanent 2017-10-06 15:21:38 -07:00
Brian Vaughn
fcc535341d Merge pull request #6 from bvaughn/html-to-jsx-redirect
Added static redirect for HTML-to-JSX page
2017-10-06 13:37:52 -07:00
Dan Abramov
b99b301f1e Add single file HTML example 2017-10-06 21:31:34 +01:00
Brian Vaughn
95ea182097 Added static redirect for HTML-to-JSX page 2017-10-06 09:42:38 -07:00
Brian Vaughn
9d9b2021ed Migrated Gatsby website source and config 2017-10-04 14:56:10 -07:00