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/vi.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/vi.react.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sync-e07ac94b
Choose a head ref
  • 9 commits
  • 50 files changed
  • 3 contributors

Commits on Jul 21, 2025

  1. Revert "Fix deadlinks (#7880)" (#7881)

    Original commit changeset: d52b3ec
    
    Revert this so we can just fix the real deadlinks.
    poteto authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    8ad6c60 View commit details
    Browse the repository at this point in the history
  2. Update deadlinks script to take into account redirects (#7882)

    * Revert "Fix deadlinks (#7880)"
    
    Original commit changeset: d52b3ec
    
    Revert this so we can just fix the real deadlinks.
    
    * Update deadlinks script to take into account redirects
    
    Also check if a redirect exists before erroring.
    poteto authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    79eb0c5 View commit details
    Browse the repository at this point in the history
  3. Fix deadlinks take 2 (#7883)

    Fixes the actual broken links.
    
    ```
    $ yarn deadlinks
    
    yarn run v1.22.22
    $ node scripts/deadLinkChecker.js
    Checking 177 markdown files...
    Fetched 552 React error codes
    Loaded 49 redirects from vercel.json
    
    ✓ All 1554 links are valid!
    
    ✨  Done in 0.86s.
    ```
    poteto authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    aa5448d View commit details
    Browse the repository at this point in the history
  4. [compiler] Rewrite React Compiler Docs (#7868)

    * Fix deadlinks take 2
    
    Fixes the actual broken links.
    
    ```
    $ yarn deadlinks
    
    yarn run v1.22.22
    $ node scripts/deadLinkChecker.js
    Checking 177 markdown files...
    Fetched 552 React error codes
    Loaded 49 redirects from vercel.json
    
    ✓ All 1554 links are valid!
    
    ✨  Done in 0.86s.
    ```
    
    * [compiler] Rewrite React Compiler Docs
    
    We've received [feedback](https://bsky.app/profile/danabra.mov/post/3lr46ciujjs2r) that the compiler docs are difficult to understand and not prominent enough that people don't realize the compiler is a serious project and is near stable.
    
    This PR rewrites the whole compiler doc section, giving it its own category as well as a standalone reference page.
    
    Preview: https://react-dev-git-pr7868-fbopensource.vercel.app/
    poteto authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    b165e71 View commit details
    Browse the repository at this point in the history
  5. [compiler] Fix misleading code example (#7889)

    When the compiler bails out on code, it  leaves it untouched and unoptimized, so it's always safe for the compiler to bailout.
    
    `panicThreshold` in most cases should be kept as `'none'` unless you want to fail the build on these safe bailouts. It's really only useful during dev when you're working on increasing the coverage of the compiler on your codebase.
    
    I think having it shown here is confusing so I'm opting to just remove it for this particular code example.
    poteto authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    d7160a8 View commit details
    Browse the repository at this point in the history
  6. [compiler] Flesh out incremental adoption intro more (#7890)

    Previously the intro was pretty barebones. Fleshed it out a bit more to describe why it might be useful to reach for in a large codebase.
    poteto authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    b462664 View commit details
    Browse the repository at this point in the history
  7. [compiler] Add note about gating evaluation (#7891)

    * [compiler] Flesh out incremental adoption intro more
    
    Previously the intro was pretty barebones. Fleshed it out a bit more to describe why it might be useful to reach for in a large codebase.
    
    * [compiler] Add note about gating evaluation
    
    Clarify when the gating function is evaluated.
    poteto authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    b6450e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Remove non-existent meetup group (Edinburgh, Scotland) (#7895)

    The Edinburgh meetup group no longer exists and I have been unable to find any other Scottish React groups
    melanterite authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    e07ac94 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

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