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 @ 303ecae3 #380

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

Commits on May 23, 2023

  1. Add missing 'it' (#6061)

    mekarthedev committed May 23, 2023
    Configuration menu
    Copy the full SHA
    398ace5 View commit details
    Browse the repository at this point in the history
  2. Fix a wrong explanation in "Manipulating the DOM with Refs" (#6055)

    * Fix manipulating-the-dom-with-refs
    
    * Update manipulating-the-dom-with-refs.md
    
    ---------
    
    Co-authored-by: dan <dan.abramov@gmail.com>
    smikitky and gaearon committed May 23, 2023
    Configuration menu
    Copy the full SHA
    09185bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3364c93 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on May 31, 2023

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

Commits on Jun 2, 2023

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

Commits on Jun 5, 2023

  1. Fix(github-actions): Update gh-actions dependencies to versions that …

    …utilize Node.js v16 (#6084)
    
    * Update site_lint.yml
    
    * Update site_lint.yml
    AhmedBaset committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    8313857 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jun 9, 2023

  1. Fix incorrect inner component reference (#6044)

    The inner component is `EditForm`, not `EditContact`.
    tdd committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9a1e1c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. fix: broken link (#6115)

    yuta-ike committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f5ffb3f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Add basic reference pages for use client and server (#5976)

    * Add basic reference pages for use client and server
    
    I guess this turned into a bit more of an FAQ but I think it's useful to have this written down in a canonical place.
    
    * Oops, push final tweaks
    sophiebits committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    292534e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. update link to fault tolerance blog post (#6142)

    this is the canonical link now 🫡
    aweary committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a30e1f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Jul 24, 2023

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

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    cf4ad19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a132d8f View commit details
    Browse the repository at this point in the history
  3. Fix "onFocus" description (#6168)

    The "onFocus" is fired when an element receives focus, not loses.
    smikitky committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6ebe2dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39b9692 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b452e7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    505f651 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19c0fe2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a472775 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Fix homepage title (#5838)

    * Fix homepage title
    
    Fixed homepage title bug, now the homepage will display the title from `content/index.md` instead of the constant `React`.
    
    * Update index.md
    
    Change title to "React" to keep same
    daochouwangu committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cd13b52 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Adds a TypeScript overview page (#6120)

    * Start of the typescript page
    
    * Intro
    
    * Intro
    
    * Use State
    
    * Use Reducer
    
    * Start of context
    
    * Use Ref
    
    * Events
    
    * Wrap up 1st draft
    
    * Better titles
    
    * Apply suggestions from code review
    
    Co-authored-by: Tom Sherman <the.tomsherman@gmail.com>
    Co-authored-by: Lenz Weber-Tronic <mail@lenzw.de>
    
    * Note types/react and types/react-dom, and tone down the usecontext null check
    
    * Feedback
    
    * Given a 2nd run through of the doc
    
    * Apply suggestions from code review
    
    Co-authored-by: Ricky <rickhanlonii@gmail.com>
    
    * Document where `State` is coming from
    
    * Link what inferred types are
    
    * Remove "knock-on"
    
    We already say "cause" which makes "knock-on" a bit redundant
    
    * Move useRef TS usage to useRef reference page
    
    dropped useEffect since there's nothing specific about this hook.
    
    * Add installation section
    
    * Link to framework specific guides
    
    * Edits
    
    * Edit footer
    
    * Rm useRef docs
    
    ---------
    
    Co-authored-by: Tom Sherman <the.tomsherman@gmail.com>
    Co-authored-by: Lenz Weber-Tronic <mail@lenzw.de>
    Co-authored-by: Ricky <rickhanlonii@gmail.com>
    Co-authored-by: Sebastian Silbermann <sebastian.silbermann@klarna.com>
    5 people committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f82f392 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    c60bcac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03c2e96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcc639b View commit details
    Browse the repository at this point in the history
  4. Add UI for canary releases (#6173)

    * [WIP] Add UI for canary releases
    
    * yellow
    
    * Switch to icon and gray
    
    * Wording, alignment, and rm flex
    
    * Heading alignment
    rickhanlonii committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ae06008 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22d9878 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. remove Bad grammar in react.dev tictactoe documentation (#6126)

    * change docs
    
    * add docs for create react app
    
    * remove
    
    * Update src/content/learn/tutorial-tic-tac-toe.md
    
    ---------
    
    Co-authored-by: Ricky <rickhanlonii@gmail.com>
    DIWAKARKASHYAP and rickhanlonii committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    02c0067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a86663d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1a5b7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bfa544 View commit details
    Browse the repository at this point in the history
  5. fix: remove Hong Kong from choosing-the-state-structure (#5957)

    * fix: remove Hong Kong from choosing-the-state-structure
    
    closes Improper examples #5955
    
    * change boolean style for rendering
    umairraza96 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    79560d6 View commit details
    Browse the repository at this point in the history
  6. RTL Languages Support (#6138)

    * Update TailwindCSS & Install rtl-detect
    1- Update TailwindCSS to use the logical properities such as `ps-1` instead of `pl-1`.
    there are logical properities for margin, padding, inset, and text direction.
    
    2- Install `rtl-detect` detect if the language is RTL direction.
    Note: this might be uninstalled if we use the manual way to specify rtl language.
    
    * add `siteConfig.isRTL`
    
    * add `dir` attribute to the root element
    
    * edit some tw classes to utilize logical properties
    instead of directions properties
    (e.g. `pr-0` to `pe-0`)
    
    * edit some tw classes to utilize logical properties
    instead of directions properties
    (e.g. `pr-0` to `pe-0`)
    
    * edit some tw classes to utilize logical properties
    instead of directions properties
    (e.g. `pr-0` to `pe-0`)
    
    * edit some tw classes to utilize logical properties
    instead of directions properties
    (e.g. `pr-0` to `pe-0`)
    
    * Refactor TW classes: Use logical properties over directional properties.
    
    * Revert "Refactor TW classes: Use logical properties over directional properties."
    
    This reverts commit df9620d944d9a47c5394b26fe4e3536ba3031333.
    
    * Refactor TW classes: Use logical properties over directional properties.
    
    * Refactor TW classes: Use logical properties over directional properties.
    
    * Refactor TW classes: Use logical properties over directional properties.
    
    * Add `start` and `end` directions to the `IconNavArrow`
    
    * Add Note about `isRTL` prop
    
    * Refactor TW classes: Use logical properties over directional properties.
    
    * Refactor TW classes: Use logical properties over directional properties.
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Refactor TW classes: use logical properties over directional properties
    
    * set dir attr of `CodeBlock` to `ltr` even the page dir is `rtl`
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Add `start` and `end` directions to some icons
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Refactor TW classes: use logical properties over directional properties
    
    * set dir attr of `ConsoleBlock` to `ltr` to overwrite the dir of root element
    
    * Refactor TW classes: use logical properties over directional properties
    
    * set dir=ltr on inline code blocks to overwrite <html dir="rtl"> in some languages
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Refactor TW classes: use logical properties over directional properties
    
    * set translate=no, dir=ltr on `TerminalBlock` to overwrite <html dir="rtl"> in rtl languages
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Refactor TW classes: use logical properties over directional properties
    
    * Refactor TW classes: use logical properties over directional properties
    
    * fix some direction styles
    
    * fix arrow directions in rtl
    
    * remove `rtl-detect` and set `siteConfig.isRTL` manually
    
    * fix `Breadcrumbs`'s arrow direction in rtl languages
    
    * fix some directions of the search modal for RTL languages
    
    * hard setting dir=ltr to Sandpack to overwrite rtl languages dir
    
    * Refactor TW classes: use logical properties over directional properties
    
    * remove my notes
    
    * fix: rerverse space-x-* in rtl
    
    * rebase with the main branch
    
    * remove unnecessary alt
    
    * add `start` & `end` display directions to the Chevron Icon
    
    * rebase with the main branch
    AhmedBaset committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    819518c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Annex to #6138 (#6226)

    * fix: wronge styles when applying RTL 
    
    it was `top-0 left-0 ...` by wrong I made it `inset-x-0`.
    
    * fix wrong styles
    
    * fix wrong styles
    
    * style canary icon with RTL-friendly styles
    
    * chore: utilize mx-* instead of me-* & ms-*
    
    * utilize relative styles
    
    * chore: use mx-* instead of me-* & ms-*
    
    * style canary icon with RTL-frindly styles
    
    * Update OpenInTypeScriptPlayground.tsx
    AhmedBaset committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6b61cd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 21, 2023

  1. Clarify these features are not related to Next (#6229)

    Co-authored-by: Luna Wei <luwe@fb.com>
    lunaleaps and Luna Wei committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f67811b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Add React Native EU 2023 to the conferences page (#6254)

    React attends this conference hosted by Callstack. It's been on the page in previous years, missed it this year.
    
    https://www.react-native.eu/
    TheSavior committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3189529 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Sep 5, 2023

  1. update conferences to move React Rally 23 to previous and add upcomin…

    …g conferences (#6246)
    
    * update conferences to move react rally to previous and add reactjs day
    
    * Add React Alicante
    
    * Update conferences.md
    
    * Update conferences.md to include year of the event
    
    * add anchor link
    
    * Update conferences.md
    
    * Update conferences.md
    
    * chore: update country name
    
    ---------
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    M0nica and harish-sethuraman committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9b4c56a View commit details
    Browse the repository at this point in the history
  2. Update tutorial-tic-tac-toe.md (#6259)

    Grammar fix
    0xSaksham committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    be6c39d View commit details
    Browse the repository at this point in the history
  3. Update conferences.md (#6256)

    Added RenderATL 2024 to the conferences Markdown page
    ThugDebugger committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    05380da View commit details
    Browse the repository at this point in the history
  4. Update Twitter(X) icon for light and dark mode (#6235)

    Update Twitter(X) icon for light and dark mode
    venom-10 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cd09ffb View commit details
    Browse the repository at this point in the history
  5. Fix link in new typescript docs (#6232)

    While reading the new typescript docs introduced in #6120, I noticed this link points to a fork. This commit changes it to a relative link so it should work everywhere.
    maxjacobson committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    230c39b View commit details
    Browse the repository at this point in the history
  6. Fix incorrect link in select.md (#6227)

    Fix incorrect link in select.md
    NGHdeveloper committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    14629a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    df9d907 View commit details
    Browse the repository at this point in the history
  2. Add cache API docs (#6240)

    Co-authored-by: Ricky <rickhanlonii@gmail.com>
    Co-authored-by: Luna Wei <luwe@fb.com>
    Co-authored-by: Ricky Hanlon <rickhanlonii@gmail.com>
    3 people committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7141306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e144cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee98f75 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Update lazy.md to mention default exports (#6285)

    React.lazy dots into the `default` property. Document this.
    sophiebits committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    20ccdf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    46e7b2c View commit details
    Browse the repository at this point in the history
  2. Add use hook API reference page (#6177)

    * [WIP] Add use hook API reference page
    
    * [WIP] Update use hook API reference page based on feedback
    
    * [WIP] use hook API ref doc: add browser API example
    
    * [WIP] use hook API ref doc: add context, lib examples
    
    * [WIP] use reference doc - incorporate all current feedback
    
    * [WIP] use reference page fix typos
    
    * use reference doc: address PR feedback from Luna, Sophia,Eli, and Lee
    
    * Apply @harish-sethuraman's typo fixes from code review
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    
    * use reference doc typo fixes
    
    * use reference doc: update style to match other react.dev conventions
    
    * minor fixes
    
    * Remove client Promises, use canary labels
    
    * Add use hook section to index, remove RSC section on components page
    
    * Final edits
    
    * Clarify use reference caveats
    
    ---------
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    mattcarrollcode and harish-sethuraman committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    742d2bf View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

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

Commits on Sep 12, 2023

  1. Sandpack 2.0: upgrade playgrounds (#5917)

    * Update 17 files
    
    * remove: legacy react devtool
    
    * Update 3 files
    
    * fix(editor): allow horizontal scroll
    
    * Update SandpackRoot.tsx
    danilowoz committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    43ada1f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

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

Commits on Sep 19, 2023

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

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. Fix like button color

    gaearon committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5f3565f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Update team page (#6310)

    josephsavona committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    bad7e90 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Update common.md (#6290)

    corrected links
    s0h311 committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    2ab8334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    828e30a View commit details
    Browse the repository at this point in the history
  3. Update useEffect.md - The explanation on the timing of useEffect() ca…

    …llback doesn't seem to be accurate. (#6207)
    
    * Update useEffect.md
    
    * Update src/content/reference/react/useEffect.md
    
    ---------
    
    Co-authored-by: Sophie Alpert <git@sophiebits.com>
    JSerZANP and sophiebits committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    a1fbcf8 View commit details
    Browse the repository at this point in the history
  4. Fix text in docs (#6253)

    * delete unused useState import
    
    * add word to equalize challenge and solutions texts
    
    * Refactor some texts
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Sophie Alpert <git@sophiebits.com>
    smdmori and sophiebits committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    1758515 View commit details
    Browse the repository at this point in the history
  5. fix links (#6286)

    awxiaoxian2020 committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    2390627 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Sep 26, 2023

  1. Remove pitfall and update Next link (#6318)

    * Remove pitfall and update Next link
    
    * Fix other beta link
    
    ---------
    
    Co-authored-by: Luna Wei <luwe@fb.com>
    lunaleaps and Luna Wei committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4df3e7c View commit details
    Browse the repository at this point in the history
  2. Main (#5963)

    JustLolo committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    62b9b45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dbd195 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01c3163 View commit details
    Browse the repository at this point in the history
  5. Add info about App.js 2024 conference (#6192)

    Co-authored-by: Luna <lunaleaps@gmail.com>
    piaskowyk and lunaleaps committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8afb1ef View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    850327d View commit details
    Browse the repository at this point in the history
  2. Update Page not found to React18 URL (#6320)

    * Update react-labs-what-we-have-been-working-on-june-2022.md
    
    * Update react-labs-what-we-have-been-working-on-june-2022.md
    SouSingh committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d4c214a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    1dfc88f View commit details
    Browse the repository at this point in the history
  2. Explain how null ends up in ref.current for React-managed refs (#…

    …5836)
    
    * Update referencing-values-with-refs.md
    
    * Update src/content/learn/referencing-values-with-refs.md
    eps1lon committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    68f417a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Oct 6, 2023

  1. Mention use as a Suspense-enabled data source (#6340)

    Maybe it's debatable whether we want to link to canary APIs in other pages but I feel like here it's more useful than not.
    sophiebits committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3cd1723 View commit details
    Browse the repository at this point in the history
  2. Add Experimental Taint API Docs (#6337)

    Co-authored-by: Matt Carroll <mattca@meta.com>
    sebmarkbage and mattcarrollcode committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9aa84b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Explain limitations of useSyncExternalStore with concurrency (#6339)

    * Explain limitations of useSyncExternalStore with concurrency
    
    Doesn't seem like we have this noted anywhere.
    
    * Pull out example to code block
    sophiebits committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    fdad54d View commit details
    Browse the repository at this point in the history
  2. Fix comma splice

    sophiebits committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    88af66d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2c45ea View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    43f4702 View commit details
    Browse the repository at this point in the history
  2. Upgrade react-collapsed (#5893)

    * Upgrade react-collapsed
    
    * 4.0.4
    
    ---------
    
    Co-authored-by: Rogin Farrer <rfarrer@wayfair.com>
    roginfarrer and Rogin Farrer committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    900a669 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 16, 2023

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

Commits on Oct 17, 2023

  1. Added new meetup in Saskatoon - SK (#6341)

    Added new meetup in Saskatoon - SK
    galexandrade committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d22efb3 View commit details
    Browse the repository at this point in the history
  2. Add useFormStatus Hook API reference documentation (#6314)

    Co-authored-by: Luna Wei <luwe@fb.com>
    mattcarrollcode and Luna Wei committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    90ca701 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    5750680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b68e15a View commit details
    Browse the repository at this point in the history
  3. fix: add a missing import statement in useFormStatus.md (#6356)

    * fix: add a missing import statement in useFormStatus.md
    
    * Update src/content/reference/react-dom/hooks/useFormStatus.md
    
    Co-authored-by: Ahmed Abdelbaset <A7med3bdulBaset@gmail.com>
    
    ---------
    
    Co-authored-by: Ahmed Abdelbaset <A7med3bdulBaset@gmail.com>
    koba04 and AhmedBaset committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    10574e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Describing Your UI > Your UI as a tree (#6334)

    Co-authored-by: Luna Wei <luwe@fb.com>
    lunaleaps and Luna Wei committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9af01e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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

Commits on Oct 22, 2023

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

Commits on Oct 24, 2023

  1. Remove unsupported ga-lite and update existing calls to GA4 (#6366)

    * Cleanup old ga-lite tag and refactor GA4
    
    * cleanup
    
    * cleanup2
    kmiddleton14 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    717f9b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbdbaca View commit details
    Browse the repository at this point in the history
  3. Add Error Boundary to useTransition API docs (#6354)

    * Add Error Boundary to useTransition docs
    
    * add Error Boundary to useTransition
    
    * Use Canary
    
    * Add Error Boundary to useTransition API docs
    
    * Update src/components/MDX/Sandpack/Preview.tsx
    
    Co-authored-by: Jan Kassens <jan@kassens.net>
    
    * Update src/content/reference/react/useTransition.md
    
    Co-authored-by: Luna <lunaleaps@gmail.com>
    
    * Update src/content/reference/react/useTransition.md
    
    Co-authored-by: Luna <lunaleaps@gmail.com>
    
    * Add Error Boundary to useTransition docs
    
    * add Error Boundary to useTransition
    
    * Use Canary
    
    * Add Error Boundary to useTransition API docs
    
    * Update src/components/MDX/Sandpack/Preview.tsx
    
    Co-authored-by: Jan Kassens <jan@kassens.net>
    
    * Update src/content/reference/react/useTransition.md
    
    Co-authored-by: Luna <lunaleaps@gmail.com>
    
    * Update src/content/reference/react/useTransition.md
    
    Co-authored-by: Luna <lunaleaps@gmail.com>
    
    * Address comments and update usage example
    
    * Address comments and update usage example
    
    * Update src/content/reference/react/useTransition.md
    
    Co-authored-by: Luna <lunaleaps@gmail.com>
    
    ---------
    
    Co-authored-by: Jan Kassens <jan@kassens.net>
    Co-authored-by: Luna <lunaleaps@gmail.com>
    3 people committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    63f9470 View commit details
    Browse the repository at this point in the history
  4. Warn about low entropy in taintUniqueValue.md (#6379)

    * Warn about low entropy in taintUniqueValue.md
    
    * Update src/content/reference/react/experimental_taintUniqueValue.md
    
    Co-authored-by: Jan Kassens <jan@kassens.net>
    
    ---------
    
    Co-authored-by: Jan Kassens <jan@kassens.net>
    sophiebits and kassens committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2779615 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Add useFormState reference (#6338)

    Add useFormState reference
    davidmccabe committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5e40d13 View commit details
    Browse the repository at this point in the history
  2. useFormState reference fixes (#6383)

    * Add useFormState reference
    
    * Matt's suggestions for useFormState reference
    
    * Incorporated PR feedback for useFormState
    davidmccabe committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6ef844b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    df3ec65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e61d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a272f0c View commit details
    Browse the repository at this point in the history
  4. Using strict equality in the JS example for City Quiz (#6373)

    Co-authored-by: Nikhil Gupta <nikhil.gupta5667@gmai.com>
    nigupta29 and Nikhil Gupta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    76c1bde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a94b72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6b7f9e View commit details
    Browse the repository at this point in the history
  7. Add <form> Component reference documentation (#6312)

    Co-authored-by: Luna <lunaleaps@gmail.com>
    mattcarrollcode and lunaleaps committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4b333ca View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. typos (#6390)

    harish-sethuraman committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    5d2113b View commit details
    Browse the repository at this point in the history
  2. Add useOptimistic Hook API reference documentation (#6377)

    * Add useOptimistic API reference documentation
    
    * Fix title
    
    * Add working exmaple from form and updadd parameters
    
    * Add updates to useOptimistic
    
    * Add updates to useOptimistic
    
    * Add updates to useOptimistic
    
    ---------
    
    Co-authored-by: Matt Carroll <mattca@meta.com>
    kmiddleton14 and mattcarrollcode committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    46b45fb View commit details
    Browse the repository at this point in the history
  3. Remove meta description from most pages (#6392)

    Google uses this on many of our API doc pages and it's not a good snippet. Only put this on the homepage but leave the og:description and twitter:description.
    sophiebits committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b8acf01 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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

Commits on Oct 30, 2023

  1. Adds Reference Overview Page (#6378)

    * Adds landing page for reference section.)
    
    * Updated hyperlinks.
    
    * Fixes Legacy APIs link.
    
    * Removes canary image from heading.
    brianjo committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    81f1520 View commit details
    Browse the repository at this point in the history
  2. 'use server' fleshing out (#6384)

    Co-authored-by: Sophie Alpert <git@sophiebits.com>
    Co-authored-by: Luna Wei <luwe@fb.com>
    3 people committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    49c2d78 View commit details
    Browse the repository at this point in the history
  3. 'use client' - flesh out usages and reference (#6362)

    Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
    Co-authored-by: David McCabe <davemccabe@gmail.com>
    Co-authored-by: Luna Wei <luwe@fb.com>
    4 people committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9c60167 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Add closing </p> tag (#6394)

    mixlaab committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f949428 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    40a88fa View commit details
    Browse the repository at this point in the history
  2. Edits for new "use client" content (#6401)

    * Edits for new "use client" content
    
    * Apply suggestions from code review
    
    Co-authored-by: Luna <lunaleaps@gmail.com>
    
    ---------
    
    Co-authored-by: Luna <lunaleaps@gmail.com>
    sophiebits and lunaleaps committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a8790ca View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    55b9e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    617065b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8727204 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Captailize Server Action (#6417)

    Summary of changes:
    "Server Action", like "Effect", is a React-specific notion
    that would be benefited from captailization to be distinguished
    from its genertic meaning.
    
    It seems like [Next doc](https://nextjs.org/docs/app/api-reference/functions/server-actions)
    has also adopted such connventions and we should probably do the same.
    
    Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
    Huxpro and xuan.huang committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    42ca996 View commit details
    Browse the repository at this point in the history
  2. Capitalize Client/Server Component (#6418)

    Summary of changes:
    following <reactjs/react.dev#6417>
    
    Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
    Huxpro and xuan.huang committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    292e55d View commit details
    Browse the repository at this point in the history
  3. Capitalize Client in "client modules" (#6419)

    Summary of changes:
    See <reactjs/react.dev#6417>
    
    Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
    Huxpro and xuan.huang committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c5a2e15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    721479b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    eeb0979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ebed1 View commit details
    Browse the repository at this point in the history
  3. Add space for canary title (#6416)

    Co-authored-by: Luna Wei <luwe@fb.com>
    lunaleaps and Luna Wei committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    44f442d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Capitalize word "Hook" (#6424)

    Summary of changes:
    See <reactjs/react.dev#6417>.
    
    There is one exception though. The error message
    “Rendered fewer hooks than expected” from React is indeed "hooks"
    so I kept as-is. Shall we change the error message from React?
    
    Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
    Huxpro and xuan.huang committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fcd0006 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Capitalize word "Fragment" (#6425)

    Summary of changes:
    See <reactjs/react.dev#6417>
    
    Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
    Huxpro and xuan.huang committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d3a5f8a View commit details
    Browse the repository at this point in the history
  2. Capitalize word "Canary" (#6427)

    Summary of changes:
    See <reactjs/react.dev#6417>
    
    Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
    Huxpro and xuan.huang committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4f9e9a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fix: incorrect sample code in documentation related to Server action …

    …(#6445)
    
    * Fix: component not returned
    
    * Fix: missing function statement
    nonoakij committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    aa0c547 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Nov 30, 2023

  1. Captailize "Strict Mode" (#6426)

    Summary of changes:
    There is one "TypeScript strict mode" that is kept unchanged.
    
    Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
    Huxpro and xuan.huang committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    943e3ce View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. useId add server rendering usage and server api add options (#6457)

    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    2239559319 and eps1lon committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b1c4b4e View commit details
    Browse the repository at this point in the history
  2. Edits to useId doc (#6464)

    gaearon committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4226fbf View commit details
    Browse the repository at this point in the history
  3. Oops

    gaearon committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b9bf666 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Fix Next JS link (#6467)

    budmc29 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ae4be84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af54fc8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Update useSyncExternalStore.md: tweak link

    this way "cannot be marked" is all the same style and you don't skim the link text and gloss over the "cannot be"
    sophiebits committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    bec75ca View commit details
    Browse the repository at this point in the history
  2. fix(sandpack-template): use custom react sandpack template (#6484)

    * fix(sandpack-template): use custom react sandpack template
    
    * refactor: Remove console.log statement
    
    Remove console.log(filePath); from createFileMap.ts
    
    * style: Update file paths in Sandpack components
    
    Update file paths in Sandpack components to use root folder and variables
    danilowoz committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e98c393 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Add React India 2024 conference (#6481)

    * feat: add react india 2024
    
    * update: move react india 2024 in date order
    
    * update: move conferences to past section
    
    * refactor: sort past conferences
    ehteshamdev0 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    01e80fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c25d1 View commit details
    Browse the repository at this point in the history
  3. Fix #6487 specify which Sandpack files go into a src directory (#…

    …6496)
    
    * specify which sandbox files go in src directory
    
    * fix some stragglers
    geeseyj committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    bb65ace View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

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

Commits on Dec 18, 2023

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