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.
* 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>
* 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
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.
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.