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 @ b12743c3 #55

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

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. Update uwu logo (#6827)

    Thanks to @SAWARATSUKI for updating the logo!
    poteto authored May 2, 2024
    Configuration menu
    Copy the full SHA
    a6450b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69ec58 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 5, 2024

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

Commits on May 6, 2024

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

Commits on May 7, 2024

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

Commits on May 9, 2024

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

Commits on May 10, 2024

  1. Fix typo on tutorial-tic-tac-toe.md (#6843)

    Change the tense of "build" to "building".
    skoryky authored May 10, 2024
    Configuration menu
    Copy the full SHA
    f1b0f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9b9b66 View commit details
    Browse the repository at this point in the history
  3. Update synchronizing-with-effects.md (#6856)

    * Update synchronizing-with-effects.md
    
    Currently documentation says:
    
    By default, your Effect will run after every render.
    
    Which is in contrast with another section of the same page where it says:
    
    Effects run at the end of a commit after the screen updates
    
    * Update src/content/learn/synchronizing-with-effects.md
    
    ---------
    
    Co-authored-by: Ricky <[email protected]>
    segmentationfaulter and rickhanlonii authored May 10, 2024
    Configuration menu
    Copy the full SHA
    4f1d985 View commit details
    Browse the repository at this point in the history
  4. Fix Node.js version update at package.json (#6855)

    * Fix #6854: node.js version upgrade
    
    * Fix #6854: node.js version update
    Rekl0w authored May 10, 2024
    Configuration menu
    Copy the full SHA
    b7bf6c1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Change React dependency version in <form> page fix (#6858)

    Co-authored-by: Rajat Jindal <[email protected]>
    includerajat and Rajat Jindal authored May 13, 2024
    Configuration menu
    Copy the full SHA
    a81e415 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Update team.md: Jason Bonta (#6862)

    * Update team.md: Jason Bonta
    
    * Update src/content/community/team.md
    
    Lauren's suggestion
    
    Co-authored-by: lauren <[email protected]>
    
    ---------
    
    Co-authored-by: lauren <[email protected]>
    jbonta and poteto authored May 14, 2024
    Configuration menu
    Copy the full SHA
    f053b53 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Add React Compiler Docs (#6869)

    * Add initial skeleton
    
    * Scaffold compiler docs structure
    
    * Braindump for getting started
    
    * Add intro
    
    * tweaks
    
    * add experimental tag
    
    * flesh more out of index page
    
    * flesh out installation
    
    * add installation intro
    
    * update install instrs
    
    * add section on eslint plugin
    
    * reorg
    
    * add incremental guide
    
    * [debugging] Add section about devtools badge
    
    * [debugging] Add section about using logger
    
    * Update next.js instructions
    
    * reporting issues
    
    * [debugging] Add section on useEffect over firing
    
    * [debugging] Add section about conditional hook call
    
    * Latest updates
    
    * Remove ununsed reference pages
    
    * adding extra context for Remix
    
    ---------
    
    Co-authored-by: Sathya Gunasekaran <[email protected]>
    Co-authored-by: Lauren Tan <[email protected]>
    Co-authored-by: Jason Bonta <[email protected]>
    4 people authored May 15, 2024
    Configuration menu
    Copy the full SHA
    e0c667f View commit details
    Browse the repository at this point in the history
  2. compiler playground link

    jbonta authored May 15, 2024
    Configuration menu
    Copy the full SHA
    fa19b7f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Clearer rule severity for React Compiler eslint plugin (#6870)

    Using "off", "warn", "error" has been supported for many years now - I think this helps improve the readability :) 
    
    I completely forgot what rule: 2 meant - had to find it at 
    
    https://eslint.org/docs/latest/use/configure/rules
    SpanishPear authored May 16, 2024
    Configuration menu
    Copy the full SHA
    8d69e6e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    4e3d63a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a46a6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70a7b64 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Update separating-events-from-effects.md (#6880)

    Removed ; as it's unnecessary in jsx component
    officialkidmax authored May 19, 2024
    Configuration menu
    Copy the full SHA
    ee068ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bb3eb3 View commit details
    Browse the repository at this point in the history
  3. add frontend nation conference (#6866)

    Front end nation is covering a full track of React talks including speakers such as:
    
    * Kent C Dodds
    * Sara Vieira
    * Tejas Kumar
    danielkellyio authored May 19, 2024
    Configuration menu
    Copy the full SHA
    e7c52aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9967ded View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    05c9d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc43b95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beefa06 View commit details
    Browse the repository at this point in the history
  4. navitem-css-change (#6888)

    Co-authored-by: OH HYUN KEUN <[email protected]>
    ohe1013 and OH HYUN KEUN authored May 21, 2024
    Configuration menu
    Copy the full SHA
    80d30d7 View commit details
    Browse the repository at this point in the history
  5. Update react-compiler docs (#6898)

    This upstreams some of the [introduction
    post](reactwg/react-compiler#5) into the
    docs since this knowledge is quite fundamental to understanding the
    compiler, and it's confusing to not have it linked in the canonical
    source for the docs. It also adds more information about
    [debugging](reactwg/react-compiler#7) and
    reorganizes a few sections to make things clearer
    
    ghstack-source-id: ef32fc723722eb5119529abcc572dd2bcf2b1cab
    Pull Request resolved: reactjs/react.dev#6895
    poteto authored May 21, 2024
    Configuration menu
    Copy the full SHA
    adb3bed View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    4eb0850 View commit details
    Browse the repository at this point in the history
  2. Add React Conf 2024 Recap post (#6886)

    * Add React Conf 2024 Recap post
    
    * Spelling and links
    
    * Apply suggestions from code review
    
    Co-authored-by: lauren <[email protected]>
    
    * Edits
    
    * Edits
    
    * better link
    
    * Update date
    
    * Update date and nits
    
    * feedback
    
    ---------
    
    Co-authored-by: lauren <[email protected]>
    rickhanlonii and poteto authored May 22, 2024
    Configuration menu
    Copy the full SHA
    59a2739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f055f8f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Add codemods to upgrade guide (#6897)

    * Add codemods to upgrade guide
    
    * Update src/content/blog/2024/04/25/react-19-upgrade-guide.md
    
    Co-authored-by: Ahmed Abdelbaset <[email protected]>
    
    * Add benefits
    
    ---------
    
    Co-authored-by: Ahmed Abdelbaset <[email protected]>
    rickhanlonii and AhmedBaset authored May 23, 2024
    Configuration menu
    Copy the full SHA
    bb96306 View commit details
    Browse the repository at this point in the history
  2. s/beta/rc (#6906)

    rickhanlonii authored May 23, 2024
    Configuration menu
    Copy the full SHA
    68c0f85 View commit details
    Browse the repository at this point in the history
  3. Clarify precedence is arbitrary valued (#6908)

    The docs for stylesheet precedence incorrectly state that there is an enumerated set of valid precedences. This is incorrect. The precedence value can be anything and React infers the hierarchy from the order in which it discovers precedences
    gnoff authored May 23, 2024
    Configuration menu
    Copy the full SHA
    a25bd4b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 25, 2024

  1. FIX: Typo in useEffect.md caveats (#6911)

    * FIX: Typo in useEffect.md caveats
    
    * Fix another typo
    rachitiitr authored May 25, 2024
    Configuration menu
    Copy the full SHA
    c3bc5af View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Add act documentation (#6901)

    * Add act documentation
    
    * Update structure based on feedback
    
    * Add usage examples and async act
    
    ---------
    
    Co-authored-by: Rick Hanlon <[email protected]>
    jackpope and rickhanlonii authored May 28, 2024
    Configuration menu
    Copy the full SHA
    12fca4c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on Jun 10, 2024

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