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 @ 1697ae89 #946

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 7, 2024

  1. Document behaviour of setting state inside useLayoutEffect (#7096)

    Co-authored-by: Sebastian Silbermann <[email protected]>
    OliverJAsh and eps1lon authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6671ba7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

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

Commits on Aug 25, 2024

  1. Emphasize the second problem paragraph with chain of effects example …

    …(#7108)
    
    * Emphasize the second problem acapit with chain of effects example
    
    * Replace 'One' with 'First' to keep problems counting consistent
    BartoszKlonowski authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    7d50c3f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Adds React Advanced London 2024 (#7127)

    PR to add Radv 2024 conference
    PixelsCommander authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    50004fa View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Parallel structure

    sophiebits authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    40d7349 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Fix typo 'bulit' -> 'built' (#7138)

    Co-authored-by: Tom Eastman <[email protected]>
    tveastman and Tom Eastman authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c2d6131 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    cd923d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c06272 View commit details
    Browse the repository at this point in the history
  3. Update conferences.md, add conference (#7135)

    * Update conferences.md, add conference
    
    * Update conferences.md
    
    ---------
    
    Co-authored-by: Eli White <[email protected]>
    OlegKomissarov and elicwhite authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    60ef58c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Changed the documentation of the subscribe argument to a more accurat…

    …… (#6691)
    
    * Changed the documentation of the subscribe argument to a more accurate one.
    
    * Update useSyncExternalStore.md
    
    ---------
    
    Co-authored-by: Sophie Alpert <[email protected]>
    Tinttori and sophiebits authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9aa2e36 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

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

Commits on Sep 19, 2024

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

Commits on Sep 22, 2024

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

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    e2f089d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8f70f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e6e81e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. reactjsday-2024-Verona (#7171)

    reactjsday 2024
    React conference in Verona, Italy
    lxmarinkovic authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8dba319 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    7e59348 View commit details
    Browse the repository at this point in the history
  2. chore(docs): fix typo (#7194)

    bnzone authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a506983 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a62ce3 View commit details
    Browse the repository at this point in the history
  4. Docs: Fix typos in thinking-in-react.md (#7179)

    * Fix typos in thinking-in-react.md
    
    * Update src/content/learn/thinking-in-react.md
    
    ---------
    
    Co-authored-by: Ricky <[email protected]>
    rammba and rickhanlonii authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ae9726a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d2f337 View commit details
    Browse the repository at this point in the history
  6. fix:#7158 issue (#7159)

    imparth7 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d418485 View commit details
    Browse the repository at this point in the history
  7. docs(act.md): correct ReactDOM to ReactDOMClient (#7156)

    * docs(act.md): correct ReactDOMClient to ReactDOM
    
    * docs(act.md): switch the import to ReactDOMClient instead
    regchiu authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c7392cb View commit details
    Browse the repository at this point in the history
  8. chore(typo): Fix comment to match code (#7147)

    Co-authored-by: san.s <[email protected]>
    ssan93 and san.s authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4436422 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a8e256 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fe9c85 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8fee25f View commit details
    Browse the repository at this point in the history
  12. fix: add missing blank lines between import statements and code block…

    …s in sample code (#7126)
    dev-satoshi authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0f92834 View commit details
    Browse the repository at this point in the history
  13. fix: @testing-library/react-native links (#7124)

    * fix: `@testing-library/react-native` links
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Ricky <[email protected]>
    shubh73 and rickhanlonii authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ca2051f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d6df8eb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d5aaa72 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    589a1d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 3, 2024

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

Commits on Oct 7, 2024

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