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: sync-1207ee36
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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 6, 2026

  1. Merge pull request #701 from reactjs/sync-1207ee36

    Sync with react.dev @ 1207ee3
    anilcanboga authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    1c0c7d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Bump react-server-dom-webpack from 19.2.4 to 19.2.5

    Bumps [react-server-dom-webpack](https://github.com/facebook/react/tree/HEAD/packages/react-server-dom-webpack) from 19.2.4 to 19.2.5.
    - [Release notes](https://github.com/facebook/react/releases)
    - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-server-dom-webpack)
    
    ---
    updated-dependencies:
    - dependency-name: react-server-dom-webpack
      dependency-version: 19.2.5
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    244bdd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2026

  1. Merge pull request #702 from reactjs/dependabot/npm_and_yarn/react-se…

    …rver-dom-webpack-19.2.5
    
    Bump react-server-dom-webpack from 19.2.4 to 19.2.5
    anilcanboga authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    7822953 View commit details
    Browse the repository at this point in the history
  2. Bump next from 15.5.14 to 15.5.15

    Bumps [next](https://github.com/vercel/next.js) from 15.5.14 to 15.5.15.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v15.5.14...v15.5.15)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-version: 15.5.15
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    dd89b09 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2026

  1. Merge pull request #703 from reactjs/dependabot/npm_and_yarn/next-15.…

    …5.15
    
    Bump next from 15.5.14 to 15.5.15
    anilcanboga authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    6af9c8a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. Translate isValidElement API reference page to Turkish

    Translates the complete isValidElement page including:
    - Intro, parameters, return values, and caveats sections
    - Usage examples with Turkish descriptions
    - Deep dive section on React elements vs React nodes
    
    Consistent with existing Turkish translation style used in
    createElement.md and cloneElement.md pages.
    
    Related to #397
    mvtandas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    00117dc View commit details
    Browse the repository at this point in the history
  2. Translate PureComponent API reference page to Turkish

    Translates the complete PureComponent page including:
    - Intro and pitfall warnings
    - Reference section
    - Usage section with interactive Sandpack examples
    - Alternatives section (migrating to function components with memo)
    - Note about memo vs PureComponent behavior differences
    
    Consistent with existing Turkish translation style.
    
    Related to #397
    mvtandas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    de88937 View commit details
    Browse the repository at this point in the history
  3. Translate Component API reference page to Turkish

    Translates the complete Component page (1956 lines) including:
    - All class component APIs (constructor, render, setState, forceUpdate)
    - All lifecycle methods (componentDidMount, componentDidUpdate,
      componentWillUnmount, shouldComponentUpdate, getSnapshotBeforeUpdate)
    - All UNSAFE lifecycle methods with deprecation notices
    - Static methods (contextType, defaultProps, getDerivedStateFromError,
      getDerivedStateFromProps)
    - Usage section with interactive Sandpack examples
    - Alternatives section (migration guides for simple, state, lifecycle,
      and context components)
    - Error Boundary section
    
    Code examples and Sandpack demos preserved as-is.
    Consistent with existing Turkish translation conventions.
    
    Related to #397
    mvtandas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    ea71720 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #705 from mvtandas/translate-isValidElement

    Translate isValidElement page to Turkish
    anilcanboga authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    471c79e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

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

Commits on Apr 16, 2026

  1. Merge pull request #707 from mvtandas/translate-Component

    Translate Component page to Turkish
    anilcanboga authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    a694e37 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. fix typos and translation inconsistencies in thinking-in-react

    - fix typos: "Uygulumanız", "uyguamanızdaki", "desteklenmeniz gerekemktedir"
    - translate Step 3, 4, 5 headings to "Adım"
    - replace "model" with "tasarım taslağı" where used as mockup (3 places)
    - replace "onChange handler" with "onChange işleyicisi" (2 places)
    - remove duplicate "(one-way data flow)" reference in Step 4
    onurdevs authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    38d7771 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2026

  1. Merge pull request #708 from onurdevs/patch-1

    Fix typos and translation inconsistencies in thinking-in-react page
    anilcanboga authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    6cb9652 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

  1. Bump postcss from 8.4.31 to 8.5.10

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.5.10.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.31...8.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-version: 8.5.10
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    60a00bc View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2026

  1. Merge pull request #709 from reactjs/dependabot/npm_and_yarn/postcss-…

    …8.5.10
    
    Bump postcss from 8.4.31 to 8.5.10
    anilcanboga authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    8b5b026 View commit details
    Browse the repository at this point in the history
Loading