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 @ e22544e6 #117

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 604 commits into main
base: main
Choose a base branch
Loading
from sync-e22544e6
Open

Conversation

@react-translations-bot
Copy link
Collaborator

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

This PR was automatically generated.

Merge changes from react.dev at e22544e

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.

rickhanlonii and others added 30 commits February 14, 2025 13:40
* Blog and docs: Sunsetting Create React App
* fix link
* tweaks
* fix markdown
* clarity + thanks
* fix(docs): webpack branding states it should be lower case
* chore: fix more occurrences
---------
Co-authored-by: Strek <ssharishkumar@gmail.com>
* [Blog + Docs] Updates from feedback
* Merge in changes from #7618
Co-authored-by: Mark Erikson <mark@isquaredsoftware.com>
* Say the words "Vite", "Parcel", and "Rsbuild"
* Tweaks from feedback
* re-apply #7615
* merge in #7622
Co-authored-by: elitalpa <elitalpa@gmail.com>
---------
Co-authored-by: Mark Erikson <mark@isquaredsoftware.com>
Co-authored-by: elitalpa <elitalpa@gmail.com>
* 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.
rammba and others added 29 commits October 16, 2025 17:05
.../index.md (#7983)
Suggestion: Link to /reference/react/hooks rather than /reference/react. The preceding sentence refers to "If you are looking for Hooks that are supported in web browsers *and other environments* see [the React Hooks page](/reference/react/hooks). This page lists all the Hooks in the `react-dom` package." which matches the React Hooks page better.
* clarify SRP definition
* Update src/content/learn/thinking-in-react.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* Remove esquery hack
* Add comment explaining next.config change
* fix: correct link for RedwoodJS to RedwoodSDK in documentation
* fix: update links for React Query and TanStack Start in documentation
* fix: update Vite installation command to use TypeScript template
* fix: update references from React Query to TanStack Query in documentation
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 によって変換されたページ (->オリジナル) /