Commit Graph

19 Commits

Author SHA1 Message Date
Dan Abramov
b8dcdf4f4f Fix some links 2023-01-24 11:43:40 +00:00
Dan Abramov
73208820d1 [Beta] Mention error boundaries 2023-01-24 05:17:39 +00:00
Dan Abramov
e71c47a8aa Mention custom components 2023-01-24 03:08:12 +00:00
dan
09f0da6551 typo 2023-01-10 01:10:51 +00:00
dan
ddd3c7e2a7 typo 2023-01-10 01:09:27 +00:00
Ilya
3ff6fe871c Fix typos in Suspense.md, useDeferredValue.md & useTransition.md (#5450)
* Fix typo

* Fix useDeferredValue & useTransition typos
2023-01-09 00:51:13 +05:30
dan
05bf01d0ae [Beta] Add missing imports to ref pages (#5442)
* [Beta] Add missing imports to ref pages

* Fix spaces
2023-01-06 18:38:09 +00:00
chiranjib
44390cd930 Fix for ReactDOM.createRoot() example (#5437)
* Fix for ReactDOM.createRoot() example

* Update createRoot.md

Co-authored-by: dan <dan.abramov@gmail.com>
2023-01-06 18:16:44 +00:00
Dan Abramov
e8a64f67a3 Fix link 2023-01-05 21:45:55 +00:00
Sebastian Silbermann
e77ba1e903 [beta] Fix inconsistent anchor link on flushSync page (#5429)
Could not find any usage of `create-root` in the docs. 
This makes existing links effectively 404 with regards to the anchor but this is a beta after all.
2023-01-01 16:17:19 +01:00
Rahul Rao
c7efb5ccf0 Minor grammatical correction (#5407)
Fixing a minor grammatical correction/typo on the beta docs useImperativeHandle API reference page.
2022-12-29 01:39:37 +00:00
Sagar Acharya
afb7d7ab2f Fixes a typo (#5411)
[Suspense](https://beta.reactjs.org/reference/react/Suspense) page has header
 `<Suspense>` lets you displays a fallback until its children have finished loading.
Which should have been:
`<Suspense>` lets you display a fallback until its children have finished loading.
2022-12-29 01:38:29 +00:00
Rahul Rao
2a3bcb6c00 Minor grammatical correction (#5406)
Adding a minor grammatical correction to the useImperativeHandle hook API reference markdown page.
2022-12-27 12:20:38 +05:30
dan
ddde7e8fdc [Beta] Sidebar groups (#5402) 2022-12-26 12:43:49 +00:00
Dan Abramov
4b68508440 [Beta] Misc edits 2022-12-25 22:08:19 +00:00
Dan Abramov
8d51b16431 [Beta] Remove some duplicated banners 2022-12-25 21:45:54 +00:00
Dan Abramov
3473846631 Fix above/below 2022-12-25 21:06:35 +00:00
Dan Abramov
88e689ef16 Always link to Usage for consistency 2022-12-25 21:05:39 +00:00
dan
c79307666b [Beta] APIs -> Reference (#5400)
* [Beta] APIs -> Reference

* oops
2022-12-25 21:01:34 +00:00