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/tr.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/tr.react.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sync-47e64bf7
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 139 files changed
  • 5 contributors

Commits on Apr 8, 2026

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

Commits on Apr 9, 2026

  1. fix: replace Imgur-hosted images with self-hosted assets (#8402)

    Imgur withdrew from the UK due to the Online Safety Act, breaking all
    images in the docs for UK-based users. This replaces all 195 Imgur
    image references across 18 documentation files with locally hosted
    copies served from react.dev/images/docs/scientists/.
    
    50 image files are added to cover all direct references and dynamic
    size variants (s/m/b/l suffixes used by the getImageUrl helper).
    
    Fixes #8110
    
    Co-authored-by: Tadao <tadao@travisfixes.com>
    travisbreaks and Tadao authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    abe931a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2026

  1. docs: Update Vite React Compiler setup for @vitejs/plugin-react@6.0.0…

    … (#8364)
    
    * fix(docs): Change 'a Action' to 'an Action' in useOptimistic.md
    
    This fixes a grammar error where 'a Action' should be 'an Action' since
    'Action' starts with a vowel sound.
    
    Related to #6713 - Capitalize React concepts in docs
    
    * docs: Update Vite React Compiler setup for @vitejs/plugin-react@6.0.0
    
    - Add instructions for using reactCompilerPreset with @rolldown/plugin-babel
    - Document that inline babel option was removed in version 6.0.0
    - Keep backward compatibility note for older versions
    - Remove outdated vite-plugin-babel reference
    
    Fixes #8353
    MorikawaSouma authored May 14, 2026
    Configuration menu
    Copy the full SHA
    47e64bf View commit details
    Browse the repository at this point in the history

Commits on May 25, 2026

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