-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: reactjs/zh-hans.react.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: reactjs/zh-hans.react.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 13 files changed
- 10 contributors
Commits on Nov 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7a01375 - Browse repository at this point
Copy the full SHA 7a01375View commit details
Commits on Nov 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f020b53 - Browse repository at this point
Copy the full SHA f020b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c632dc - Browse repository at this point
Copy the full SHA 5c632dcView commit details -
fix: correct links for Redwood and TanStack (#8121)
* 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
Configuration menu - View commit details
-
Copy full SHA for 9c0763d - Browse repository at this point
Copy the full SHA 9c0763dView commit details -
Configuration menu - View commit details
-
Copy full SHA for abd1fe0 - Browse repository at this point
Copy the full SHA abd1fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a70889 - Browse repository at this point
Copy the full SHA 6a70889View commit details
Commits on Nov 6, 2025
-
Fix incorrect condition in "Chains of computations" example (#8109)
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>
Configuration menu - View commit details
-
Copy full SHA for d271a7a - Browse repository at this point
Copy the full SHA d271a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f91f3c - Browse repository at this point
Copy the full SHA 9f91f3cView commit details
Commits on Nov 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 565e3c4 - Browse repository at this point
Copy the full SHA 565e3c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e76839 - Browse repository at this point
Copy the full SHA 8e76839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e5c5f - Browse repository at this point
Copy the full SHA 59e5c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf4c7e - Browse repository at this point
Copy the full SHA cbf4c7eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main@{1day}...main