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: facebook/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 60a927d04ad3888facebcdf7da620aa1cfc9528f
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef6b2f2531c6693aea4978355d4e7a5dcbfc3bdc
Choose a head ref
  • 1 commit
  • 34 files changed
  • 1 contributor

Commits on Jan 16, 2024

  1. Rename "shared subset" to "server"

    The internal file ReactSharedSubset is what the `react` module resolves
    to when imported from a Server Component environment. We gave it this
    name because, originally, the idea was that Server Components can access
    a subset of the APIs available on the client.
    
    However, since then, we've also added APIs that can _only_ by accessed
    on the server and not the client. In other words, it's no longer a
    subset, it's a slightly different overlapping set.
    
    So this commit renames ReactSharedSubet to ReactServer and updates all
    the references. This does not affect the public API, only our
    internal implementation.
    acdlite committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ef6b2f2 View commit details
    Browse the repository at this point in the history
Loading