Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sync with react.dev @ 2da4f7fb #119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
react-translations-bot wants to merge 612 commits into main
base: main
Choose a base branch
Loading
from sync-2da4f7fb
Open

Conversation

@react-translations-bot
Copy link
Collaborator

@react-translations-bot react-translations-bot commented Dec 15, 2025

This PR was automatically generated.

Merge changes from react.dev at 2da4f7f

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.

jasonqiu212 and others added 30 commits February 17, 2025 19:39
* Remove starting react project from setup page
* Fix typo
* Update nextjs link with the latest URL
The previous link redirected users to a 404 page.
* Update src/content/reference/react/useDeferredValue.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* Update input.md
Fix typo about input
* Update src/content/reference/react-dom/components/input.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* clarify alert message behavior in issue #7494
Reworded the explanation regarding the alert message in the documentation to better describe its behavior. The alert shows the previously entered name, with an initial value set to an empty string.
* Update src/content/learn/state-a-components-memory.md
* Update src/content/learn/state-a-components-memory.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* Fix broken header link
* Update sunsetting-create-react-app.md
...r <style> when using the `precedence` property (#7643)
This is the exact same fix as #6422 as the example is duplicated between the useOptimistic and <form> pages.
* Update index.md
Invalid link to bluesky account
* Update index.md
Fixed invalid bluesky link for react.dev
Ports over the fix in the facebook/react repo for this workflow. We don't have to wait for it to be labeled first, now that we have the reusable maintainer check.
Defaults permissions to none for all workflows, and only request extra permissions when needed.
Similar to facebook/react#32708, prefer the less permissive `pull_request` trigger instead.
* [ci] Fix permissions and don't use pull_request_target
Defaults permissions to none for all workflows, and only request extra permissions when needed.
Similar to facebook/react#32708, prefer the less permissive `pull_request` trigger instead.
* [ci] Pin 3rd party actions to specific hash
* Add React Prague community
* Update link
* Remove captureOwnerStack canary banner
* Update nav and site config
PaulyBearCoding and others added 20 commits November 5, 2025 21:25
Fixes #8097
The refactored example in the "Chains of computations" section uses
an incorrect condition that changes the game logic from the original.
The original Effect-based code advances the round after 4 gold cards:
- Increments first (0→1, 1→2, 2→3, 3→4)
- Then checks `goldCardCount > 3` (true when count is 4)
The refactored code with `goldCardCount <= 3` allows 5 gold cards:
- Checks before incrementing
- Allows counts 0, 1, 2, 3 to increment (4 values)
- Advances on the 5th card (when count is 4)
This fix changes the condition to `goldCardCount < 3`:
- Allows counts 0, 1, 2 to increment (3 values)
- Advances on the 4th card (when count is 3)
- Matches the original behavior
Verified by tracing execution logic and building the docs site locally.
Co-authored-by: PaulyBearCoding <PaulyBearCoding@users.noreply.github.com>
...ave-dev` to `—save-dev`) (#8146)
* Skip smartypants on TerminalBlock
* Improve TerminalBlock HTML tags
* Remove unnecessary TerminalBlock escapes from docs
* Bump DISK_CACHE_BREAKER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /