-
-
Notifications
You must be signed in to change notification settings - Fork 520
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/ko.react.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 830012c
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: reactjs/ko.react.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9ead3a9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 35 files changed
- 11 contributors
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
Commits on Nov 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b440d66 - Browse repository at this point
Copy the full SHA b440d66View commit details
Commits on Nov 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 27576f1 - Browse repository at this point
Copy the full SHA 27576f1View commit details
Commits on Nov 15, 2025
-
fix: Stop SmartyPants from altering TerminalBlock commands (like `--s…
…ave-dev` to `—save-dev`) (#8146) * Skip smartypants on TerminalBlock * Improve TerminalBlock HTML tags * Remove unnecessary TerminalBlock escapes from docs * Bump DISK_CACHE_BREAKER
Configuration menu - View commit details
-
Copy full SHA for 2534424 - Browse repository at this point
Copy the full SHA 2534424View commit details
Commits on Nov 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9ead3a9 - Browse repository at this point
Copy the full SHA 9ead3a9View 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 830012c...9ead3a9