Skip to content
Permalink

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/ja.react.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: reactjs/ja.react.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sync-40ea071c
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 40 files changed
  • 10 contributors

Commits on Feb 10, 2026

  1. Add .worktrees/ to .gitignore (#8297)

    Prevent worktree contents from being tracked.
    rickhanlonii authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    f653b03 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. Configuration menu
    Copy the full SHA
    46e040e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Configuration menu
    Copy the full SHA
    a19c98d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Rewrite useActionState (#8284)

    * Claude update for useActionState
    
    * Human edits
    
    * Feedback
    
    * Add link to form action docs
    
    * oops
    
    * claude feedback
    
    * Add error handling example.
    
    * Better useOptimistic and pending states.
    
    * Move up "cancelling queued actions" and update form example pending state
    
    * Ooops
    
    * Troubleshooting updates
    
    * Feedback
    rickhanlonii authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    55a317d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. Added missing prop to useActionState example (#8308)

    * added missing prop to useactionstate example
    
    * remove pending from total in first example
    JakeSaterlay authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    a1cc2ab View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Expand ViewTransition callback props reference documentation (#8306)

    * Expand ViewTransition callback props reference documentation
    
    Document the full callback signatures with ViewTransitionInstance
    and types arguments, cleanup function return values, instance
    properties (group, imagePair, old, new), and per-callback behavior.
    
    * Add usage section for imperative animations with ViewTransition callbacks
    
    Add "Animating imperatively with callbacks" usage section with Sandpack
    example showing onEnter/onExit with instance.new.animate() and cleanup
    functions. Includes addTransitionType integration example.
    
    * Fiz lint
    
    * Fix heading IDs to use no-space format for dead link checker
    
    The dead link checker regex expects {/*id*/} format without spaces.
    Prettier reformatted these to {/* id */} which broke anchor links.
    
    * bump CI
    
    * rm ;
    
    * Human Updates
    
    * Claude Feedback
    rickhanlonii authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    c2aa350 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Configuration menu
    Copy the full SHA
    68ff8c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Configuration menu
    Copy the full SHA
    e8ef063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfa152b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Configuration menu
    Copy the full SHA
    11e4ad5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2026

  1. Add RSC Sandboxes (#8300)

    * Add RSC Sandboxes
    
    * Recover from errors, parse directives in worker with AST
    
    * Fix client edits
    
    * fast refresh
    
    * hardening
    
    * make rsc-sandbox-test dev-only
    
    * add more examples to rsc-sandbox-test
    
    * remove rsc-sandbox-text from sidebar
    
    * Add inline server actions
    
    * fix lint
    
    * pin deps, update skill
    
    * remove [RSC Client Error] from logs
    
    * log error directly in worker
    
    * update worker
    rickhanlonii authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    427f24d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. Configuration menu
    Copy the full SHA
    180364f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    449d62c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c90c6e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Fix copy button on Safari

    gaearon committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    40ea071 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Configuration menu
    Copy the full SHA
    f3e09e0 View commit details
    Browse the repository at this point in the history
Loading