Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with react.dev @ 7bdbab14 #640

Closed
wants to merge 9 commits into from
Closed

Commits on Mar 11, 2024

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

Commits on Mar 14, 2024

  1. Remove links to localhost (#6696)

    It seems like these localhost references were being stripped out anyway,
    so this isn't a bugfix but just a small cleanup.
    poteto authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1a839ff View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Add initial Rules of React docs (#6680)

    This PR adds a new Rules of React reference section that covers the major rules that help developers author idiomatic React apps.
    
    ---------
    
    Co-authored-by: Sathya Gunasekaran <[email protected]>
    poteto and gsathya authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0dc1b31 View commit details
    Browse the repository at this point in the history
  2. Reorder rules of react summary in reference index (#6698)

    Small change to match the sidebar order.
    poteto authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f55d948 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Fix typos in typescript.md (#6439)

    Co-authored-by: Sebastian Silbermann <[email protected]>
    Co-authored-by: Allison Strandberg <[email protected]>
    3 people authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ef3a7ea View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    5a45b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c04f9b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Fix missing id properties in docs example (#6395)

    This example contains a list of person objects, but only the first 3 have id properties. This appears to be a mistake; in the next use of the list all 5 person objects have this property, but it is not changed as part of an instructive exercise.
    
    This change makes the final two with objects consistent with the remainder of the list.
    jpayoung authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7bdbab1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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