Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Sync with reactjs.org @ 38bf76a4 #116

Open
wants to merge 850 commits into
base: main
Choose a base branch
from
Open

Conversation

react-translations-bot
Copy link
Collaborator

This PR was automatically generated.

Merge changes from reactjs.org at 38bf76a

The following files have conflicts and may need new translations:

Please fix the conflicts by pushing new commits to this pull request, either by editing the files directly on GitHub or by checking out this branch.

DO NOT SQUASH MERGE THIS PULL REQUEST!

Doing so will "erase" the commits from main and cause them to show up as conflicts the next time we merge.

gaearon and others added 30 commits September 15, 2022 12:18
* [beta] Add flushSync docs

* tweaks

* tweaks

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* [Beta] Fragment edits

* Add some links
* Initial forwardRef draft

* more info

* more link

* oops

Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>
* [Beta] Initial API doc for Suspense

This doesn't include everything but I think it's good enough for
a start.

I didn't add any interactive examples yet because I want to use the
`use` API, so I'll wait until that's documented.

* edits

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Create Fragment API reference page

* Minor formatting changes

* Create memo API reference page

* [beta] Dan's suggestions for memo

* Update beta/src/content/apis/react/memo.md

Co-authored-by: Strek <ssharishkumar@gmail.com>

* edits

Co-authored-by: Rick Hanlon <rickhanlonii@fb.com>
Co-authored-by: Strek <ssharishkumar@gmail.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
…" changed to false. Since there can be only one empty message when the initial state of "showForm" changed from true to false. (#5071)
fix typo on you-might-not-need-an-effect
* updating upcoming React conferences

* add remix conf eu
…#5093)

* Update 3 files

* Delete console-issue.md

* Filter out console error addendum

Co-authored-by: dan <dan.abramov@gmail.com>
pfongkye and others added 26 commits December 26, 2022 12:42
use name instead of title as in the data provided
Adding a minor grammatical correction to the useImperativeHandle hook API reference markdown page.
[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.
Fixing a minor grammatical correction/typo on the beta docs useImperativeHandle API reference page.
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.
* Fix for ReactDOM.createRoot() example

* Update createRoot.md

Co-authored-by: dan <dan.abramov@gmail.com>
* [Beta] Add missing imports to ref pages

* Fix spaces
This change adds missing "X" character for starter Square component showcase in "Overview" section
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix typo

* Fix useDeferredValue & useTransition typos
oxford commas are good actually
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet