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: 074a252
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: a694e37
Choose a head ref
  • 11 commits
  • 5 files changed
  • 3 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
Loading