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 @ eb174dd9 #67

Merged
merged 40 commits into from
Nov 1, 2024
Merged

Sync with react.dev @ eb174dd9 #67

merged 40 commits into from
Nov 1, 2024

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. Add react-compiler-runtime instructions to compiler docs (#7213)

    For users of React < 19, there is a new react-compiler-runtime package
    that can be used to provide a "polyfill" for runtime APIs needed for
    compiled code.
    
    This PR adds docs for that.
    poteto authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    bb38630 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. useActionState pending example (#6989)

    Co-authored-by: Sebastian "Sebbie" Silbermann <[email protected]>
    JakeSaterlay and eps1lon authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2b2d0f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Capitalize "Effect" (#7211)

    smikitky authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2bd6189 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. [compiler] Move React 17/18 section to its own subheading (#7230)

    Currently it's a little hidden, let's move it to its own subheading for
    more prominence
    poteto authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ee09492 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. [compiler] Add docs for Beta (#7231)

    Updates our compiler docs for the latest Beta release.
    poteto authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9467bc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. [compiler] Remove section on healthcheck (#7239)

    * [compiler] Remove section on healthcheck
    
    This package will be deprecated soon. It makes adopting the compiler
    confusing since it can spread the misconception that you need to have
    all your components successfully compiled before you can use the
    compiler.
    
    For now let's remove this from our docs and deprecate the package on
    npm. We can always choose to repurpose this in the future.
    
    * Clarify that 100% compilation is not necessary
    poteto authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8f6d6a9 View commit details
    Browse the repository at this point in the history
  2. Add React Compiler Beta Release post (#7240)

    Add a new blog post announcing the React Compiler Beta release!
    poteto authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d9e650f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2b2b90 View commit details
    Browse the repository at this point in the history
  4. Add atproto-did (#7242)

    rickhanlonii authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a3656c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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

Commits on Oct 23, 2024

  1. Add ESLint flat config example, fix ESLint name (#7246)

    * Add ESLint flat config example, fix ESLint name
    
    * Use official terminology
    
    * Fix key
    karlhorky authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e628e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb174dd View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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