Commit Graph

6184 Commits

Author SHA1 Message Date
declval
fe5737bd03 Update Profiler.md (#6000) 2023-05-05 17:01:29 +01:00
Sébastien Lorber
8e24e40078 renderToReadableStream => renders a readable web stream (and not a Node.js stream) (#6001) 2023-05-05 17:01:08 +01:00
Sophie Alpert
1863ab2cb5 tweak 2023-05-03 15:35:52 -07:00
dan
1c55fe8a44 Canaries blog post (#5993)
* Revert "Revert "Canaries blog post""

This reverts commit 9a865fd515.

* words

---------

Co-authored-by: Sophie Alpert <git@sophiebits.com>
2023-05-03 18:07:50 -04:00
Elton Maiyo
69ca3dfda0 Fixes grammar (#5967) 2023-05-03 22:20:43 +01:00
Dan Abramov
9a865fd515 Revert "Canaries blog post"
This reverts commit aa88d8a776.
2023-05-03 22:18:00 +01:00
Dan Abramov
aa88d8a776 Canaries blog post 2023-05-03 22:16:52 +01:00
Andrew Clark
37a12a658b Next Channel -> Canary Channel (#5992)
See https://github.com/facebook/react/pull/26761 for more context.
2023-05-03 20:40:44 +01:00
Tunzeki
68a934313f Fix typo: change 'then' to 'the' (#5978)
The sentence reads:

In this solution, two separate conditions are used to insert a space between then name and the importance label.

It should read:
In this solution, two separate conditions are used to insert a space between the name and the importance label.
2023-04-29 21:03:25 +01:00
Matthew Runyon
8ed23b1a06 Add key param to createPortal reference (#5928)
* Add key param to createPortal reference

* Update createPortal.md

* Update createPortal.md

* Update createPortal.md

---------

Co-authored-by: dan <dan.abramov@gmail.com>
2023-04-29 03:21:36 +01:00
Dexter St-Pierre
ef55fb2710 Update Fragment.md (#5953)
The actual dom nodes that are siblings are the h1 and article nodes
2023-04-29 02:59:12 +01:00
Monica Powell
fd621b874c update chronological order of the React Miami conf (#5977) 2023-04-28 16:15:19 -07:00
김정환
7ea43a8d92 Fix typo in useMemo (product.id -> productId) (#5965) 2023-04-28 17:31:36 +01:00
dan
52c777b2c3 Document propTypes (#5974) 2023-04-28 17:25:56 +01:00
dan
496c5784a9 Fix the comment action 2023-04-28 16:12:25 +01:00
dan
609533c95e Make bundle analysis workflow less fragile (#5971)
* Make bundle analysis workflow less fragile

* Use sticky comment action
2023-04-28 16:05:51 +01:00
Irshath Codes
dc1d58026f fix form submit on enter (#5958) 2023-04-24 17:01:41 +01:00
dan
920f32eca6 Disable dependabot 2023-04-21 17:39:10 +01:00
Dan Abramov
c019eb1ee3 Add noindex for untranslated sites 2023-04-20 19:33:01 +01:00
Dan Abramov
fb2a12359a Remove manual sitemap 2023-04-20 19:27:46 +01:00
Dan Abramov
7d5d8df1d8 Try adding a sitemap (manually) 2023-04-18 23:01:05 +01:00
Dan Abramov
d1ba9d0ebb Fix broken links 2023-04-18 22:10:02 +01:00
TATHAGATA ROY
d8ca495ef3 Updated preserving state increment images (#5932) 2023-04-19 00:35:19 +05:30
Dan Abramov
a50484490c Add some translations to the list 2023-04-18 18:54:51 +01:00
dan
b9ffa56d4d Move redirects to legacy site config (#5936) 2023-04-18 17:12:30 +01:00
dan
a35b64cb33 Add <meta> tags for translations (#5930)
* Add site config with domain name

* Add <meta> tags for languages

* Move legacy redirect out of vercel config

This lets us give it a more specific subdomain per lang.

* Support sites with no legacy

* Fix types

* Undo unrelated change
2023-04-18 03:47:43 +01:00
Mike North
6c096e0843 Add React Rally (#5929) 2023-04-18 00:28:05 +01:00
Evren
543c7a0dca Cancel double path check and remove unused props (#5925) 2023-04-15 23:50:53 +05:30
이동현
b9c64418b8 Fix link in Component.md (#5923) 2023-04-15 00:33:13 +01:00
Dan Abramov
c2a97d0318 Fix link 2023-04-14 16:29:54 +01:00
이동현
b7672ef3c4 Fix invalid link (#5906) 2023-04-12 19:34:36 -07:00
terlankes
84c44be3ff Fix minor argument mistake (#5901) 2023-04-12 19:33:19 -07:00
Joshua
3119dd4fd8 Fix minor grammar mistakes (#5900)
* Fix minor grammar mistakes

* Apply suggestions from code review

---------

Co-authored-by: Sophie Alpert <git@sophiebits.com>
2023-04-12 19:29:03 -07:00
Strek
c85ce70d15 fix: url (#5874)
* fix: url

* fix: check if it works

* fix

* fix

* use legacy link

* chore: add to vercel.json
2023-04-12 17:59:16 +01:00
Serhii Palamarchuk
fd67629b7c Legacy API, Component: fix href for getDerivedStateFromProps (#5908)
* Legacy API, Component: fix href for getDerivedStateFromProps

* Legacy API, Component: fix href for getDerivedStateFromProps
2023-04-12 17:58:38 +01:00
Namnika
54c1df178b Update common.md (#5914)
Fix: typo in "Animation Event Handler function" example
2023-04-12 17:15:42 +01:00
dan
cdc9917863 Update forked sandbox template to react-scripts@5 (#5899) 2023-04-08 18:28:47 +01:00
J
61f35c558c fix: remove unnecessary useState in code examples (#5879)
Update referencing-values-with-refs.md
2023-04-06 19:45:56 -07:00
Luke Childs
84810c5157 Fix typo (#5890) 2023-04-07 01:04:15 +01:00
이동현
c9d0cbfccd Add space in import (#5889) 2023-04-06 14:43:21 +01:00
Lukas Volk
a76a5984ec Fix runtime error in image gallery useState example (#5877) 2023-04-06 14:42:18 +01:00
Joshua
d58ca812f7 Fix improper idiom usage (#5883)
* Fix casing for consistency

There's 5 instances in this document in which the casing of a file name
begins with lower case, which makes it inconsisnent both with the page
and the entire tutorial.

* Fix improper idiom usage

The phrase "most of the times" is incorrect and would only make sense
in the context of a larger sentence. The phrase is actually "most of the
time" and is used in place of "usually".
2023-04-06 14:26:32 +01:00
Aleksandar15
afffd7f05f Fixed a wrong state name in explanation; renamed state name to follow naming convention (#5886) 2023-04-06 14:23:38 +01:00
Pradeep Thakur
f681f76698 Clarify a code snippet is incomplete (#5888)
* matched the curly braces #issues5887

Added matched the curly braces on the official website tutorial. #issues5887

* Update index.md

---------

Co-authored-by: dan <dan.abramov@gmail.com>
2023-04-06 14:22:24 +01:00
Simon Lieschke
d9922dbef8 Fix broken links in useReducer documentation (#5882) 2023-04-05 19:12:55 +01:00
Joshua
b19af544db Fix casing for consistency (#5881)
There's 5 instances in this document in which the casing of a file name
begins with lower case, which makes it inconsisnent both with the page
and the entire tutorial.
2023-04-05 18:32:41 +01:00
Dan Abramov
4d2dbadd81 Update search API key 2023-04-04 15:19:45 +01:00
퉁이리
d818391e6f docs: add-missing-space-in-unmount-component-at-node (#5875) 2023-04-03 23:53:24 +01:00
이동현
052126d09e Fix small typo (#5865) 2023-04-03 19:49:12 +01:00
Kalyan Vedala
a905bc527a Use opening fragment instead of div (#5872) 2023-04-03 23:38:38 +05:30