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 @ a8790ca8 #922

Merged
merged 24 commits into from
Nov 6, 2023
Merged

Sync with react.dev @ a8790ca8 #922

merged 24 commits into from
Nov 6, 2023

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 authored 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 <[email protected]>
    
    * Update src/content/reference/react/useTransition.md
    
    Co-authored-by: Luna <[email protected]>
    
    * Update src/content/reference/react/useTransition.md
    
    Co-authored-by: Luna <[email protected]>
    
    * 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 <[email protected]>
    
    * Update src/content/reference/react/useTransition.md
    
    Co-authored-by: Luna <[email protected]>
    
    * Update src/content/reference/react/useTransition.md
    
    Co-authored-by: Luna <[email protected]>
    
    * Address comments and update usage example
    
    * Address comments and update usage example
    
    * Update src/content/reference/react/useTransition.md
    
    Co-authored-by: Luna <[email protected]>
    
    ---------
    
    Co-authored-by: Jan Kassens <[email protected]>
    Co-authored-by: Luna <[email protected]>
    3 people authored 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 <[email protected]>
    
    ---------
    
    Co-authored-by: Jan Kassens <[email protected]>
    sophiebits and kassens authored 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 authored 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 authored 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 <[email protected]>
    jerrykodes and Nikhil Gupta authored 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. 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 authored 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 <[email protected]>
    kmiddleton14 and mattcarrollcode authored 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 authored 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 authored 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 <[email protected]>
    Co-authored-by: Luna Wei <[email protected]>
    3 people authored 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 <[email protected]>
    Co-authored-by: David McCabe <[email protected]>
    Co-authored-by: Luna Wei <[email protected]>
    4 people authored 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 authored 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 <[email protected]>
    
    ---------
    
    Co-authored-by: Luna <[email protected]>
    sophiebits and lunaleaps authored 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
    b88c83a View commit details
    Browse the repository at this point in the history