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 @ 5de85198 #450

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

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 <[email protected]>
    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 <[email protected]>
    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 20, 2023

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

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    3bf64e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3009d76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbb08a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Text Display error in Go full-stack with a framework (#6483)

    * Text Display error in Go full-stack with a framework
    
    Fix error #27816
    
    What dose this PR do?
    It fixes the issue with the landing page of the react website.
    
    * Update HomeContent.js
    
    * Set styles on <option>
    
    * Add padding too
    
    ---------
    
    Co-authored-by: Ricky <[email protected]>
    nepalivai and rickhanlonii committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    fc32af8 View commit details
    Browse the repository at this point in the history
  2. Fix missing function keyword (#6527)

    * Update use-server.md
    
    * revert export default
    AhmedBaset committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    7a28cf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. fix wrong quotes around inline codes (#6523)

    * fix wrong way quotes
    
    * bump up to clear mdx cache
    2wheeh committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    315cb7a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Fix typo in experimental_taintObjectReference (#6536)

    Change untained -> untainted
    probeiuscorp committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    bb0ac87 View commit details
    Browse the repository at this point in the history
  2. Fix(Bug) Update Feedback.tsx component visiblity issue (#6533)

    * Update Feedback.tsx
    
    * Update Feedback.tsx
    
    Time reduced to 1.5 seconds, also going to update css
    
    * Update index.css
    
    CSS updated for feedback component animation.
    
    * Update Feedback.tsx
    
    * Update index.css
    
    ---------
    
    Co-authored-by: Ricky <[email protected]>
    Abdul-Rahman-E and rickhanlonii committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    083c308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10d4a4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53a1f49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f8d4e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    983bda9 View commit details
    Browse the repository at this point in the history
  2. Revert "Add useState semicolon (#5823)" (#6543)

    This reverts commit e18bb3b.
    rickhanlonii committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9d8c5ad View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Update meetups.md (#6540)

    tazsingh committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    eff3955 View commit details
    Browse the repository at this point in the history
  2. fix: Grammar in versioning-policy.md (#6539)

    Adds a missing word in the documentation describing canary versioning
    uerkw committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a3f5b13 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Add React Paris 2024 conference + React Brussels videos link (#6547)

    Co-authored-by: Aimen Ben Amor <[email protected]>
    AymenBenAmor and Aimen Ben Amor committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0972541 View commit details
    Browse the repository at this point in the history
  2. Fix overflowing text content in footer link (#6519)

    * Fix overflowing text content in footer link
    
    Add an ellipsis to overflowing text in the footer section for navigating between different references.
    
    * Add min and max width to nextlink class
    
    * Add minwidth to tailwind config
    
    * Wrap string beyond max width
    
    * Remove title attribute from span element
    prajwalkulkarni committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6987f0f View commit details
    Browse the repository at this point in the history
  3. Feat: error-decoder (#6214)

    * Feat: port error-decoder
    
    * Fix: do not choke on empty invariant
    
    * Refactor: read url query from `useRouter`
    
    * Fix: argsList can contains `undefined`
    
    * Fix: handle empty string arg
    
    * Feat: move error decoder to the separate page
    
    * Fix: wrap error decoder header in <Intro />
    
    * Perf: cache GitHub RAW requests
    
    * Refactor: apply code review suggestions
    
    * Fix: build error
    
    * Refactor: apply code review suggestions
    
    * Discard changes to src/content/index.md
    
    * Fix: animation duration/delay
    
    * Refactor: read error page from markdown
    
    * Fix lint
    
    * Fix /error being 404
    
    * Prevent `_default.md` being included in `[[...markdownPath]].md`
    
    * Fix custom error markdown reading
    
    * Updates
    
    ---------
    
    Co-authored-by: Ricky Hanlon <[email protected]>
    SukkaW and rickhanlonii committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8d2664b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df8f301 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. docs: fix grammar (#6465)

    Alen Ajam committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    6bfde58 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    7a15e96 View commit details
    Browse the repository at this point in the history
  2. Upgrade tailwind version (#6550)

    * Fix overflowing text content in footer link
    
    Add an ellipsis to overflowing text in the footer section for navigating between different references.
    
    * Add min and max width to nextlink class
    
    * Add minwidth to tailwind config
    
    * Wrap string beyond max width
    
    * Remove title attribute from span element
    
    * Upgrade tailwind to 3.4.1
    
    * Remove manual width config from minWidth
    
    * Remove minWidth from tailwind config and preserve default value of min-w-xs
    prajwalkulkarni committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9c316b2 View commit details
    Browse the repository at this point in the history
  3. Remove url origin to match all translation forks (#6516)

    * Update use-server.md
    
    * Update form.md
    
    * Update input.md
    
    * Update react-labs-what-we-have-been-working-on-march-2023.md
    
    * Update react-labs-what-we-have-been-working-on-june-2022.md
    
    ---------
    
    Co-authored-by: Ricky <[email protected]>
    AhmedBaset and rickhanlonii committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    82723c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

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

Commits on Jan 21, 2024

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

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    98d0f56 View commit details
    Browse the repository at this point in the history
  2. Update alumni (#6577)

    rickhanlonii committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    85653a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    5bc1d26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5964bfa View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Add guiding note (#6501)

    * Add guiding note
    
    * Update sandbox to include event handlers
    smith558 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    1ab7108 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    30f23d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d2f710 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    adb958a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca98764 View commit details
    Browse the repository at this point in the history
  3. Add form templates (#6592)

    * Add template for applying to add a new React framework
    
    * update
    
    * grammar
    
    * Add form templates
    
    * Update .github/ISSUE_TEMPLATE/config.yml
    
    Co-authored-by: Strek <[email protected]>
    
    * correct link
    
    ---------
    
    Co-authored-by: Ricky Hanlon <[email protected]>
    Co-authored-by: Ricky <[email protected]>
    Co-authored-by: Strek <[email protected]>
    4 people committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f96c528 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b07fe2e View commit details
    Browse the repository at this point in the history
  5. removed Unnecessary Horizontal Scrollbar in Learn Section - Reacting …

    …to Input with State subsection - First city quiz - index.js (#6591)
    saranyasri-s committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    be8668c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ca0381 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Initial Float docs for hoistable/semantic elements (#6486)

    * Initial Float docs for hoistable/semantic elements
    davidmccabe committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8ba8772 View commit details
    Browse the repository at this point in the history
  2. Initial docs for DOM static resource loading functions (#6459)

    * Initial docs for Float functions: preconnect, prefetchDNS, preinit, preinitModule, preload, preloadModule
    davidmccabe committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2372ecf View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. feat (conferences) add react connection Paris (#6609)

    Delphine Bugner committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    47c818c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 8, 2024

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

Commits on Feb 10, 2024

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

Commits on Feb 11, 2024

  1. Update index.md (#6622)

    Fix the grammar in the documentation.
    drex44 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    6ae9922 View commit details
    Browse the repository at this point in the history
  2. Fix broken link (#6619)

    lakshmi930 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    4ff80a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d46c360 View commit details
    Browse the repository at this point in the history
  4. Fix some typos (#6478)

    * Fix some typos
    
    * Fix another typo
    romain-trotard committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    bb3a0f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Fix typo (#6628)

    0ldh committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a21a942 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Blog: What We've Been Working On – February 2024 (#6629)

    * Blog: What We've Been Working On – February 2024
    
    * rm log
    
    * Update src/content/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024.md
    
    Co-authored-by: Matt Carroll <[email protected]>
    
    * Update src/content/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024.md
    
    Co-authored-by: Matt Carroll <[email protected]>
    
    * add and
    
    * switch
    
    ---------
    
    Co-authored-by: Matt Carroll <[email protected]>
    rickhanlonii and mattcarrollcode committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2c4f382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1039b3 View commit details
    Browse the repository at this point in the history
  3. tweaks (#6631)

    rickhanlonii committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9d3fc07 View commit details
    Browse the repository at this point in the history
  4. Add warning page for RTR deprecation (#6632)

    * Add warning page for RTR deprecation
    
    * shorten path
    
    * Add link for RN testing library
    jackpope committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    bce6e55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b66dece View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    1c06fcc View commit details
    Browse the repository at this point in the history
  2. Fix typos in latest blog post (#6636)

    "React Complier"          → "React Compiler"
    "and alternative history" → "an alternative history"
    stephan281094 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    74c33a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    156765f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

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

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    c9369f4 View commit details
    Browse the repository at this point in the history
  2. Add options to call signature of react-dom/server legacy APIs (#6477)

    * Update renderToNodeStream.md
    
    * Update renderToStaticMarkup.md
    
    * Update renderToStaticNodeStream.md
    
    * Update renderToString.md
    eps1lon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e16634a View commit details
    Browse the repository at this point in the history
  3. Update team page (#6652)

    josephsavona committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    af289c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    5398b47 View commit details
    Browse the repository at this point in the history
  2. Remove redundant suggestion (#6643)

    Removed the redundant alternative state management suggestion. The documentation
    already emphasizes the elimination of duplication by advising to hold the
    selected ID in state, making the alternative suggestion unnecessary.
    tomaszwysocki committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    93aec27 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Feb 24, 2024

  1. Remove useMemo from useFormStatus example (#6658)

    * Remove useMemo from useFormStatus example
    
    * nits
    rickhanlonii committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a853e69 View commit details
    Browse the repository at this point in the history
  2. fix(sandpack): clear up bundler timeout when there's a syntax error (…

    …#6659)
    
    * fix: Update @codesandbox/sandpack-react version to 2.13.1
    
    * fix: Updated the bundlerURL  to use a new URL
    danilowoz committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    081d100 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Revert "fix(sandpack): clear up bundler timeout when there's a syntax…

    … error (…" (#6663)
    
    This reverts commit 081d100.
    harish-sethuraman committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9ceb057 View commit details
    Browse the repository at this point in the history
  2. Update Dan's twitter link

    gaearon committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    41b1bb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fix: Update @codesandbox/sandpack-react version to 2.13.4 (#6664)

    * fix: Update @codesandbox/sandpack-react version to 2.13.3
    
    * fix: Fixed bundlerURL  to use the correct URL
    
    * fix: Update @codesandbox/sandpack-react to version 2.13.4
    
    * style: Hide span element in sp-icon-standalone when loading
    danilowoz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6d8e094 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. update: "Configuring TypeScript" link for Next.js App Directory - to …

    …updated docs (#6669)
    tomihq committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6e650f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Add /link redirects (#6670)

    * Add /link redirects
    
    * Update event pooling redirect
    rickhanlonii committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6310c8a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Update small typo in useDeferredValue.md (#6673)

    * Update useDeferredValue.md
    
    change text from "re-render in background" to "re-render in the background"
    
    * Update useDeferredValue.md
    
    Change instances of "in background" to "in the background".
    ninjaPixel committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    265fa26 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 8, 2024

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

Commits on Mar 11, 2024

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