Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Sync with reactjs.org @ 4b685084 #238

Open
wants to merge 1,247 commits into
base: main
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    5b8f219 View commit details
    Browse the repository at this point in the history
  2. Fix usage

    gaearon committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c5b6c1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c1a81a View commit details
    Browse the repository at this point in the history
  4. Arg is optional

    gaearon committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    e4aa507 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. [Beta] Fix printing objects

    gaearon committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    58b4d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fc62a5 View commit details
    Browse the repository at this point in the history
  3. [Beta] useCallback (#5061)

    gaearon committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    6001def View commit details
    Browse the repository at this point in the history
  4. tweak wording

    gaearon committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    aea76d4 View commit details
    Browse the repository at this point in the history
  5. Remove extra line

    gaearon committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    8f03676 View commit details
    Browse the repository at this point in the history
  6. Simplify example

    gaearon committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    5e63576 View commit details
    Browse the repository at this point in the history
  7. fix links

    gaearon committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    4aafbe1 View commit details
    Browse the repository at this point in the history
  8. [Beta] Update links and add fix MD syntax error in react-dom/client D…

    …oc (#5056)
    
    * [Beta] Update some document content format in API/react-dom/client Doc
    
    * [Beta] Remove semicolon from intro
    zqran committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    3fa1950 View commit details
    Browse the repository at this point in the history
  9. [Beta] Update links and add semicolons in API/react Doc (#5054)

    * [Beta] Update some document content format in API Doc
    
    * [Beta] Remove semicolon from intro
    
    * [Beta] Add semicolon
    zqran committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    ead88e2 View commit details
    Browse the repository at this point in the history
  10. Move React Native EU 2022 to Past Conferences (#5058)

    React Native EU 2022 has now finished, so moving it from the Upcoming Conferences section to the Past Conferences section.
    mauriceyap committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    2f17b58 View commit details
    Browse the repository at this point in the history
  11. [Beta] Update links in API/react-dom Doc (#5055)

    * [Beta] Update some document content format in API/react-dom Doc
    
    * [Beta] Remove semicolon from intro
    
    * [Beta] Add semicolon
    zqran committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    70df3d9 View commit details
    Browse the repository at this point in the history
  12. [Beta] Update Describing the UI Doc content format (#5039)

    * [Beta] Update `Describing the UI` Doc content format
    
    * [Beta] Update link
    
    * [Beta] Revert
    zqran committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    7f9358e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. [beta] Remove 'each next' and 'every next' (#5063)

    * [beta] Remove 'each next' and 'every next'
    
    * Update beta/src/content/apis/react/useCallback.md
    
    Co-authored-by: Ricky <2440089+rickhanlonii@users.noreply.github.com>
    
    * Update separating-events-from-effects.md
    
    * Update you-might-not-need-an-effect.md
    
    Co-authored-by: Ricky <2440089+rickhanlonii@users.noreply.github.com>
    Co-authored-by: dan <dan.abramov@gmail.com>
    3 people committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    4417760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97865f8 View commit details
    Browse the repository at this point in the history
  3. oops

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    e711547 View commit details
    Browse the repository at this point in the history
  4. oops2

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1ae8be5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    176b93c View commit details
    Browse the repository at this point in the history
  6. stricter wording

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8e422e0 View commit details
    Browse the repository at this point in the history
  7. emoji

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    25ced88 View commit details
    Browse the repository at this point in the history
  8. fix mistake

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    a6322a4 View commit details
    Browse the repository at this point in the history
  9. align wording

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    e14de80 View commit details
    Browse the repository at this point in the history
  10. tweak wording

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1517828 View commit details
    Browse the repository at this point in the history
  11. add a break

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    94e99f3 View commit details
    Browse the repository at this point in the history
  12. [beta] Add flushSync docs (#4930)

    * [beta] Add flushSync docs
    
    * tweaks
    
    * tweaks
    
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    rickhanlonii and gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    fd46d48 View commit details
    Browse the repository at this point in the history
  13. [Beta] Fragment edits (#5067)

    * [Beta] Fragment edits
    
    * Add some links
    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    651d31f View commit details
    Browse the repository at this point in the history
  14. Fix formatting

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    348d140 View commit details
    Browse the repository at this point in the history
  15. [Beta] forwardRef API (#5068)

    * Initial forwardRef draft
    
    * more info
    
    * more link
    
    * oops
    
    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>
    gaearon and arati-1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    ec0292b View commit details
    Browse the repository at this point in the history
  16. [Beta] Initial API doc for Suspense (#4955)

    * [Beta] Initial API doc for Suspense
    
    This doesn't include everything but I think it's good enough for
    a start.
    
    I didn't add any interactive examples yet because I want to use the
    `use` API, so I'll wait until that's documented.
    
    * edits
    
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    acdlite and gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    5ceec20 View commit details
    Browse the repository at this point in the history
  17. [Beta] lazy API (#5069)

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    954ef33 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0813c24 View commit details
    Browse the repository at this point in the history
  19. tweak

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    62d1ffe View commit details
    Browse the repository at this point in the history
  20. Bump numbers

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    da47b1a View commit details
    Browse the repository at this point in the history
  21. [beta] Added memo API reference page (#5059)

    * Create Fragment API reference page
    
    * Minor formatting changes
    
    * Create memo API reference page
    
    * [beta] Dan's suggestions for memo
    
    * Update beta/src/content/apis/react/memo.md
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    
    * edits
    
    Co-authored-by: Rick Hanlon <rickhanlonii@fb.com>
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    4 people committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8d63e0d View commit details
    Browse the repository at this point in the history
  22. oops

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    76d14c8 View commit details
    Browse the repository at this point in the history
  23. Fix signature

    gaearon committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    75563fe View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Fixed the challenge 4 expected output when initial state of "showForm…

    …" changed to false. Since there can be only one empty message when the initial state of "showForm" changed from true to false. (#5071)
    kaushalyap committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    5bcae4f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    d83e0aa View commit details
    Browse the repository at this point in the history
  2. Fix a mistake

    gaearon committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    a6c164d View commit details
    Browse the repository at this point in the history
  3. [Beta]: fix typo on you-might-not-need-an-effect (#5077)

    fix typo on you-might-not-need-an-effect
    ElForastero committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    841d3d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

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

Commits on Sep 20, 2022

  1. updating upcoming React conferences (#4988)

    * updating upcoming React conferences
    
    * add remix conf eu
    robhrt7 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    675e0cf View commit details
    Browse the repository at this point in the history
  2. [Beta] fix typo (#5082)

    zqran committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    d1fee87 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. [Beta] Fix some dead links

    gaearon committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    8f6a4bf View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    f9d4dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5812e54 View commit details
    Browse the repository at this point in the history
  3. [Beta] Tweak loop guidance

    gaearon committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    8a9efff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97cfcc0 View commit details
    Browse the repository at this point in the history
  5. [Beta] fix(SandpackConsole): avoid unsubscribing the logs listeners (…

    …#5093)
    
    * Update 3 files
    
    * Delete console-issue.md
    
    * Filter out console error addendum
    
    Co-authored-by: dan <dan.abramov@gmail.com>
    danilowoz and gaearon committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    a0bc4d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7030761 View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary fromatting

    gaearon committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    c5d300e View commit details
    Browse the repository at this point in the history
  8. Add semi

    gaearon committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    17dca33 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    23218f6 View commit details
    Browse the repository at this point in the history
  2. [Beta] Fix/extracting state logic into a reducer typo (#5096)

    * style: prettier according to repo rules 💅
    
    * fix: typo
    gsong committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    caab52a View commit details
    Browse the repository at this point in the history
  3. [Beta] build: ignore markdown files in content (#5098)

    * build: ignore markdown files in content
    
    * Update .prettierignore
    
    Co-authored-by: dan <dan.abramov@gmail.com>
    gsong and gaearon committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    6329438 View commit details
    Browse the repository at this point in the history
  4. [beta] Update CodeStep colors (#5089)

    * [beta] Update CodeStep colors
    
    * Add back green
    rickhanlonii committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e0720af View commit details
    Browse the repository at this point in the history
  5. [Beta] Tweak colors

    gaearon committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    59f0f98 View commit details
    Browse the repository at this point in the history
  6. Tweak the experimental notice

    gaearon committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    4ff4d8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0826c79 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd0f7c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d56aec2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    26fc12c View commit details
    Browse the repository at this point in the history
  2. [Beta] Code style tweaks (#5104)

    * Use named React imports
    
    * More manual edits
    
    * Remove displayNames
    
    * rm dead code
    gaearon committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    4c37115 View commit details
    Browse the repository at this point in the history
  3. [Beta] Bump React/Next (#5105)

    * [Beta] Upgrade React/Next
    
    * useEvent
    
    * ts
    gaearon committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    402581e View commit details
    Browse the repository at this point in the history
  4. Revert "ts"

    This reverts commit c865f07fde583c0995d790ebbeac0c2cfaaf2707.
    gaearon committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    fcd0ca3 View commit details
    Browse the repository at this point in the history
  5. Revert "useEvent"

    This reverts commit 807116a60263944604b625d323a8a51f3d3a50fd.
    gaearon committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    477bafa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    372f852 View commit details
    Browse the repository at this point in the history
  7. [Beta] Upgrade to MDX 2 (#5107)

    * [Beta] MDX 2
    
    * Fix up old pages
    gaearon committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    b59b64f View commit details
    Browse the repository at this point in the history
  8. Added RenderATL 2023 (#5108)

    Added info about RenderATL 2023
    ThugDebugger committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    e166848 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Fix typo (#5111)

    thomcleary committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    2ad2bb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4fe35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8bf6f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f04184 View commit details
    Browse the repository at this point in the history
  5. [Beta] Fix some CSS (#5114)

    gaearon committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    e3073b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. [Beta] Remove unused prop from context examples (#5117)

    * [Beta] remove unused prop from 'reducer-and-context' example
    
    * [Beta] remove unused prop from useContext example
    
    * [Beta] remove more more occurences of unused prop
    thomcleary committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    2a083f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a69206 View commit details
    Browse the repository at this point in the history
  3. Fix HTML and CSS highlighting

    gaearon committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ab8c1a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    ed37a7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    931fd96 View commit details
    Browse the repository at this point in the history
  3. Remove bold from codestep

    gaearon committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2805880 View commit details
    Browse the repository at this point in the history
  4. tweak landing copy

    gaearon committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ea5810b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. [Beta] Fix header IDs (#5128)

    * Fix heading scripts
    
    * [Beta] Fix header ID generation
    
    * Fix headers
    
    * Remove the Convention block breaking TOC
    
    * Fix message
    gaearon committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    54e6276 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. [Beta] useEffect API (#5103)

    * [Beta] useEffect API
    
    * tweaks
    
    * tweak
    
    * add a link
    
    * wip
    
    * keep guide stuff to guides
    
    * moar
    
    * meh
    gaearon committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8ae813f View commit details
    Browse the repository at this point in the history
  2. typo

    gaearon committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    edd2f4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f75d0e2 View commit details
    Browse the repository at this point in the history
  4. grammar

    gaearon committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    004287e View commit details
    Browse the repository at this point in the history
  5. Tweak

    gaearon committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9d7feb9 View commit details
    Browse the repository at this point in the history
  6. Bump API to 70%

    gaearon committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d7761ed View commit details
    Browse the repository at this point in the history
  7. Fix lint

    gaearon committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    b6983c3 View commit details
    Browse the repository at this point in the history
  8. [Beta] Add a survey (#5133)

    * [Beta] Add a survey
    
    * wording
    gaearon committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    e30bfe8 View commit details
    Browse the repository at this point in the history
  9. Point old site banner at Beta docs (#5134)

    * Point old site banner at Beta docs
    
    * lint
    gaearon committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    fd81031 View commit details
    Browse the repository at this point in the history
  10. Bolder CTA

    gaearon committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2e57382 View commit details
    Browse the repository at this point in the history
  11. Fix link

    gaearon committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    3031668 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fbd8c82 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

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

Commits on Oct 2, 2022

  1. [Beta] Fix typos in 'Lifecycle of Reactive Effects' challenge descrip…

    …tions (#5142)
    
    * [Beta] fix typo in lifecycle-of-reactive-effects challenge 3
    
    * [Beta] fix typo in lifecycle-of-reactive-effects  challenge 5
    thomcleary committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    664dd57 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

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

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    3a9b0c8 View commit details
    Browse the repository at this point in the history
  2. [Beta] Added documentation for React.createFactory (#5120)

    * Added documentation for React.createFactory
    
    * Update beta/src/content/apis/react/createFactory.md
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    
    * minor editorial updates (#2)
    
    * Update createFactory.md
    
    * Update createFactory.md
    
    * edits
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    Co-authored-by: Holly Sweeney <77758406+holly1238@users.noreply.github.com>
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    4 people committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    7de3a0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1205097 View commit details
    Browse the repository at this point in the history
  4. fix typo

    gaearon committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    88a2e53 View commit details
    Browse the repository at this point in the history
  5. fix

    gaearon committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d9915ca View commit details
    Browse the repository at this point in the history
  6. [Beta] useId API (#5150)

    gaearon committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    8379534 View commit details
    Browse the repository at this point in the history
  7. oops

    gaearon committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b99298a View commit details
    Browse the repository at this point in the history
  8. [beta] Sandpack: fix package.json dependencies & remove cm-markdown d…

    …ependency (#5151)
    
    * Update 6 files
    
    * Update 3 files
    
    * Update _app.tsx and _document.tsx
    danilowoz committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    7b0e3bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    440741d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a224f9d View commit details
    Browse the repository at this point in the history
  11. Fix

    gaearon committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c741dd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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

    gaearon committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6dcdaac View commit details
    Browse the repository at this point in the history
  3. fix

    gaearon committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    fa30ccd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9af5d8d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    e6bc8db View commit details
    Browse the repository at this point in the history
  2. [beta] Sandpack: provide bare components and move styles (#5124)

    * Update 6 files
    
    * Update _document.tsx
    
    * Update _document.tsx
    
    * Update _document.tsx
    
    * Update .env.production
    
    * Update package.json and yarn.lock
    
    * editor style
    
    * file tab
    
    * loading
    
    * loading
    
    * tweaks
    
    * tweak
    
    * bump sandpack
    
    * remove test page
    
    * Remove stitches from the bundle
    
    * apply ios fix only for playground
    
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    danilowoz and gaearon committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f3420fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25d4589 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    3ac36ff View commit details
    Browse the repository at this point in the history
  2. [Beta] Children API (#5163)

    * [Beta] Children API
    
    * tweak
    
    * wip
    gaearon committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    06ab241 View commit details
    Browse the repository at this point in the history
  3. remove unused imports

    gaearon committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    fba9eab View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

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

Commits on Oct 9, 2022

  1. [Beta] Rename Gotcha component to Pitfall (#5172)

    The visible name on the site was already Pitfall since a while back, this makes the components use that name too.
    alvarlagerlof committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    d07016a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. [Beta] fix: gutter overlap with sandpack code on mobile (#5170)

    * fix: gutter overlap
    
    * chore: move horizontal scrollbar to code-content
    shanpriyan committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    8fe817e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Scroll behavior (#5182)

    * Make HTML scroll behavior smooth.
    
    To make the site more professional, I add smoothness to the HTML scroll behavior
    
    * Make HTML scroll behavior smooth.
    
    To make the site more professional, I add smoothness to the HTML scroll behavior
    
    * Make HTML scroll behavior smooth
    
    To make the site more professional, I add smoothness to the HTML scroll behavior
    
    * Make HTML scroll behavior smooth
    
    To make the site more professional, I add smoothness to the HTML scroll behavior
    
    * Make HTML scroll behavior smooth
    
    To make the site more professional, I add smoothness to the HTML scroll behavior
    
    * Update beta/src/styles/algolia.css
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    
    * Update src/css/algolia.css
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    
    * Update beta/src/styles/sandpack.css
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    AdnanOlarmmi and harish-sethuraman committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    641f20a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    ec6c673 View commit details
    Browse the repository at this point in the history
  2. Revert "Scroll behavior (#5182)" (#5186)

    This reverts commit 641f20a.
    gaearon committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c69ff23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30cafef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    415751c View commit details
    Browse the repository at this point in the history
  5. [Beta] Show illustration credit on hover/tap (#5188)

    * [beta] Show `AuthorCredit` on hover and focus
    
    * Move attribution to top
    
    * Styling and stuff
    
    Co-authored-by: Dan Lebowitz <dan.lebo@me.com>
    
    Co-authored-by: Mayank <9084735+mayank99@users.noreply.github.com>
    Co-authored-by: Dan Lebowitz <dan.lebo@me.com>
    3 people committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    0867cc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. [beta] broken links in updating-objects-in-state (#5190)

    * fix: broken link for render-and-commt
    
    * fix(beta): broken link to `/apis/react/memo`
    jukrb0x committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e698f2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e98d1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0a809a View commit details
    Browse the repository at this point in the history
  4. [beta] Fix typo on apis/react-dom/render (#5191)

    * [beta] Fix typo on apis/react-dom/render
    
    * Update render.md
    
    Co-authored-by: dan <dan.abramov@gmail.com>
    eps1lon and gaearon committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    36656af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d483aeb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. [Beta] Sandpack bundler improvements (#5164)

    * cache babel assets
    
    * Update SandpackRoot.tsx
    
    * Update NavigationBar.tsx
    
    * Update SandpackRoot.tsx
    
    * Update 7 files
    
    * Update 6 files
    
    * Update 6 files
    
    * Update LoadingOverlay.tsx
    
    * Update Preview.tsx
    
    * Update LoadingOverlay.tsx
    
    * Update 4 files
    
    * Update beta/src/components/MDX/Sandpack/LoadingOverlay.tsx
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    
    * Update sandpack.css
    
    * Update Preview.tsx and SandpackRoot.tsx
    
    * Update 3 files
    
    * Update ErrorMessage.tsx and Preview.tsx
    
    * Update Preview.tsx
    
    * Update SandpackRoot.tsx
    
    * Update Preview.tsx
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    danilowoz and shanpriyan committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    8a22e6e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

Commits on Oct 28, 2022

  1. [Beta] Sandpack: fix accessibility issue on Codeeditor (#5216)

    * Update package.json and yarn.lock
    
    * Update package.json and yarn.lock
    
    * Update package.json and yarn.lock
    
    * Update package.json and yarn.lock
    danilowoz committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    8ab1291 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

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

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    4df7cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    751a13f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    dee6aed View commit details
    Browse the repository at this point in the history
  2. Fix typo (#5222)

    npentrel committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    fc7bd4d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. fix #5212 (#5213)

    * fix #5212
    
    * fix #5212 - conceptual error in useCallback reg memoization
    
    * remove unnecessary new line
    xnivaxhzne committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    822330c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    ec368f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3915ef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27152d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

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

Commits on Nov 9, 2022

  1. fix #5210 (#5211)

    xnivaxhzne committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    40251d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

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

Commits on Nov 13, 2022

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

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    bc39165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b163a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd52cdd View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    9d5d1e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eceab8f View commit details
    Browse the repository at this point in the history
  3. [Beta] React.Component API (#5196)

    * [Beta] React.Component API
    
    * tweaks
    
    * more compact
    
    * oops
    
    * wip
    
    * Tweaks
    
    * cDM
    
    * cDU
    
    * cWU
    
    * wip
    
    * U_cWM
    
    * cWRP
    
    * U_cWU
    
    * useLayoutEffect ref
    
    * tweaks
    
    * forceUpdate
    
    * gSBU
    
    * render
    
    * tweak
    
    * setState
    
    * sCU
    
    * gDSFP
    
    * gDSFE
    
    * tweak
    gaearon committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c581381 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15e5bac View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Clarify example

    gaearon committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d2bf257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b44e18e View commit details
    Browse the repository at this point in the history
  3. [Beta] createRef API (#5270)

    gaearon committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    081b568 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    501de4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e5eb21 View commit details
    Browse the repository at this point in the history
  6. Fix title

    gaearon committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    543db5b View commit details
    Browse the repository at this point in the history
  7. Fix typo

    gaearon committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    28f30b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    1503e6b View commit details
    Browse the repository at this point in the history
  2. Added undefined to in the list of possible return types of render fun…

    …ction (#5275)
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    3 people committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    e50e563 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. [Beta] Remove nav fadein

    It's pretty distracting when switching tabs.
    gaearon committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2896038 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Fix typo in bookmark (#5279)

    uthbees committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c19a34b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    2381149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5beee0a View commit details
    Browse the repository at this point in the history
  3. [Beta] Revamp navigation (#5287)

    * [Beta] Split API reference
    
    * Learn | Hooks | APIs
    
    * tsc
    
    * nav changes
    
    * redirects and url changes
    
    * twk
    
    * alt take
    
    * fix;
    
    * wip
    
    * nav?
    
    * tsc
    
    * twk
    
    * tweaks
    
    * index pages
    
    * cleanup
    
    * undo changes
    
    * edits
    
    * edits
    gaearon committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    1a641bb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Rename breadcrumb

    gaearon committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b562a4f View commit details
    Browse the repository at this point in the history
  2. Rename

    gaearon committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    eef0910 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    a05c1d9 View commit details
    Browse the repository at this point in the history
  2. Fix key error (#5302)

    rickhanlonii committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f35d831 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. [Beta] Rewrite Suspense API, add useDeferredValue API (#5308)

    * [Beta] Rewrite Suspense API
    
    * edits
    
    * more udv
    
    * edits
    
    * edit
    
    * more ref
    
    * extract
    
    * Temporary remove use
    gaearon committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ed20748 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Update the link to the Node.js stream module (#5298)

    Fix #5297.
    xfq committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    2128e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3b6edd View commit details
    Browse the repository at this point in the history
  3. Update acdlite picture (#5313)

    I kinda like this one more
    acdlite committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    2e7b147 View commit details
    Browse the repository at this point in the history
  4. [Beta] Add link anchor for ExpandableExample (Deep Dive) (#5310)

    * [Beta] add link anchor for expandable example
    
    * [Beta] Rewrite Suspense API, add useDeferredValue API (#5308)
    
    * [Beta] Rewrite Suspense API
    
    * edits
    
    * more udv
    
    * edits
    
    * edit
    
    * more ref
    
    * extract
    
    * Temporary remove use
    
    * [Beta] deep dive title reuse existing mechanism
    
    * [Beta] adjust deep dive MDX format
    
    * [Beta] fix deep dive MDX format mismatch
    
    * [Beta] optional chain the condition for ReactNode
    
    * Update the link to the Node.js stream module (#5298)
    
    Fix #5297.
    
    * [Beta] Add deps to useEffect example
    
    * [Beta] throw error if no title found in deepdive
    
    * [Beta] fix throw error in tsx
    
    * Update acdlite picture (#5313)
    
    I kinda like this one more
    
    * [Beta] add link anchor for expandable example
    
    * [Beta] deep dive title reuse existing mechanism
    
    * [Beta] adjust deep dive MDX format
    
    * [Beta] fix deep dive MDX format mismatch
    
    * [Beta] optional chain the condition for ReactNode
    
    * [Beta] throw error if no title found in deepdive
    
    * [Beta] fix throw error in tsx
    
    * [Beta] adjust deep dive MDX format
    
    Co-authored-by: Jiawei.Jing <jiawei.jing@ambergroup.co.jp>
    Co-authored-by: dan <dan.abramov@gmail.com>
    Co-authored-by: Fuqiao Xue <xfq@w3.org>
    Co-authored-by: Andrew Clark <git@andrewclark.io>
    5 people committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    cb9854a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

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

Commits on Dec 6, 2022

  1. [Beta] useTransition API (#5311)

    * [Beta] useTransition API
    
    * rewrite
    
    * bump example
    
    * fix
    
    * clarify
    gaearon committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e162995 View commit details
    Browse the repository at this point in the history
  2. fix: correct order of future conference dates content (#5307)

    Co-authored-by: Eliot Sanford <eliot_sanford@glic.com>
    techieeliot and Eliot Sanford committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2246611 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    640f42e View commit details
    Browse the repository at this point in the history
  2. [Beta] Anchor for individual challenges & deepdive (#5318)

    * [Beta] open deepdive content once access
    
    * [Beta] anchor individual challenges
    
    * [Beta] fix challenges anchor scroll when multiple
    
    * [Beta] refactor chanllenges anchor effects
    
    Co-authored-by: Jiawei.Jing <jiawei.jing@ambergroup.co.jp>
    ibarapascal and Jiawei.Jing committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    2e539fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51f0d2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    583f9a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Consistency naming tweaks

    gaearon committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e342965 View commit details
    Browse the repository at this point in the history
  2. [Beta] Fix broken links

    gaearon committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    47916ff View commit details
    Browse the repository at this point in the history
  3. [beta] Add unmountComponentAtNode (#5328)

    * [beta] Add unmountComponentAtNode
    
    * Feedback
    
    * edits and harsher deprecations
    
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    rickhanlonii and gaearon committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c086b13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a08caba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a234788 View commit details
    Browse the repository at this point in the history
  6. Update team pages (#5329)

    * [wip] update team page
    
    * Update old site and alumni
    
    * Add more team members
    
    * Update old page too
    
    * Shrink images
    
    * Add remaining people on updated team pages (#5327)
    
    * updates
    
    * remove active members from acknowledgements
    
    * mobile styles for social/links
    
    * update jason image
    
    * clarify Jasons role
    
    * image alt text
    
    * Move all content into <TeamMember> incl headers
    
    * icon for personal site links
    
    * update TOC to extract beyond top-level elements
    
    * cleanup
    
    * github link should...point to github. oops
    
    * this can no longer be described as a small team
    
    * Update beta/src/content/learn/meet-the-team.md
    
    * Update content/community/team.md
    
    Co-authored-by: Sathya Gunasekaran <gsathya.ceg@gmail.com>
    
    Co-authored-by: Rick Hanlon <rickhanlonii@fb.com>
    Co-authored-by: lauren <poteto@users.noreply.github.com>
    Co-authored-by: Sathya Gunasekaran <gsathya.ceg@gmail.com>
    4 people committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e544ae4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc1687b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. [Beta] renderToPipeableStream API (#5339)

    * [Beta] renderToPipeableStream API
    
    * typo
    
    * tweak
    
    * fix
    
    * ok
    
    * twk
    gaearon committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    3bd9bed View commit details
    Browse the repository at this point in the history
  2. Typo

    gaearon committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0e508cb View commit details
    Browse the repository at this point in the history
  3. Typo

    gaearon committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    d1a3e17 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. edits

    gaearon committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    e6587b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2e8dbf View commit details
    Browse the repository at this point in the history
  3. fix typo (#5343)

    shuding committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    01ec244 View commit details
    Browse the repository at this point in the history
  4. [Beta] Edits to hydrateRoot

    gaearon committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    84efcd3 View commit details
    Browse the repository at this point in the history
  5. typo

    gaearon committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    c883f62 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    8bf3b48 View commit details
    Browse the repository at this point in the history
  2. [Beta] Profiler API (#5355)

    gaearon committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    c68c36f View commit details
    Browse the repository at this point in the history
  3. [Beta] Fix some code blocks

    gaearon committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    45b1068 View commit details
    Browse the repository at this point in the history
  4. [beta] Fix Chai recipe in docs (#5342)

    * [beta] Fix Chai recipe in docs
    
    * Cut down recipe to 3 points
    
    * Adjust explanation
    
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    ashrene-roy and gaearon committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    6031b00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfa9498 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. [Beta] Fixed a dead link in useTransition.md (#5356)

    In the paragraph:
    ```
    You can wrap an update into a transition only if you have access to the set function of that state. If you want to start a transition in response to some prop or a custom Hook return value, try useDeferredValue instead.
    ```
    
    The "useDeferredValue" link pointed to "usedeferredvalue" which is an invalid URL, this commit fixes that.
    mihail-8480 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ca61341 View commit details
    Browse the repository at this point in the history
  2. [beta] Add StrictMode docs (#5340)

    * [beta] Add StrictMode docs
    
    * More usages
    
    * Remove WIP
    
    * Add legacy string refs
    
    * Add legacy context
    
    * stuff
    
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    rickhanlonii and gaearon committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    bad27d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. [beta] Add findDOMNode (#5357)

    * [beta] Add findDOMNode
    
    * info
    
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    rickhanlonii and gaearon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c2566a5 View commit details
    Browse the repository at this point in the history
  2. Tweak header

    gaearon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9eca28f View commit details
    Browse the repository at this point in the history
  3. Tweaks

    gaearon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    5d65144 View commit details
    Browse the repository at this point in the history
  4. [Beta] Fixed Semicolon missing in a code snippet. #5337 (#5360)

    * [Beta] Fixed Semicolon missing in a code snippet. #5337
    
    * [Beta] Fixed Semicolon missing in a code snippet. reactjs#5337
    abhinandanwadwa committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    06d472d View commit details
    Browse the repository at this point in the history
  5. [Beta] createPortal API (#5362)

    * [wip] createPortal
    
    * createPortal API
    
    * edits
    
    * more
    
    Co-authored-by: Dave McCabe <davemccabe@fb.com>
    gaearon and davidmccabe committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    3bb6d8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    596b50c View commit details
    Browse the repository at this point in the history
  7. Wording tweak

    gaearon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    7a9fe8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d87a27 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Fix typo

    gaearon committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    98bb99e View commit details
    Browse the repository at this point in the history
  2. Fix typo

    gaearon committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    24a3e04 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    add83fa View commit details
    Browse the repository at this point in the history
  2. Fix typo (#5371)

    mathmarqq committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a7f4260 View commit details
    Browse the repository at this point in the history
  3. [Beta] useLayoutEffect API (#5372)

    * [Beta] useLayoutEffect API
    
    * more
    
    * tweak
    
    * bla
    gaearon committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a8db9c0 View commit details
    Browse the repository at this point in the history
  4. Fix copypasta

    gaearon committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    1aadd78 View commit details
    Browse the repository at this point in the history
  5. More credits

    gaearon committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    84a1085 View commit details
    Browse the repository at this point in the history
  6. [Beta] useEvent -> useEffectEvent (#5373)

    * [Beta] useEvent -> useEffectEvent
    
    * tweak
    gaearon committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    119177b View commit details
    Browse the repository at this point in the history
  7. Typo

    gaearon committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    d542994 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. [Beta] Reorder example

    gaearon committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c4d2a6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5385031 View commit details
    Browse the repository at this point in the history
  3. Add missing patch for #5368

    gaearon committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    6faa4f5 View commit details
    Browse the repository at this point in the history
  4. Update index.md

    gaearon committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    868d525 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

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

Commits on Dec 23, 2022

  1. Adding a minor grammatical correction. (#5388)

    Proposing a minor grammatical correction on the useEffect API documentation page for triggering an animation example section.
    rahulrao0209 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    ff22655 View commit details
    Browse the repository at this point in the history
  2. Remove stale RFC link

    gaearon committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    39b9599 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Change 'options object' to 'createOptions function' (#5394)

    The section under consideration 'Removing unnecessary function dependencies' should use the text 'createOptions function' instead of 'options object' to match the given example correctly.
    The 'options object' text is being used correctly for the previous section which talks about 'Removing unnecessary object dependencies' however, it must be updated for this section.
    rahulrao0209 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    dc4d82b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ad619 View commit details
    Browse the repository at this point in the history
  3. Making serverUrl a reactive dependency for the provided example. (#5392)

    The serverUrl variable should be moved inside the component and can be stored as a state to indicate that it's a reactive variable and will be highlighted as such by the linter. Previously the serverUrl variable was stored outside the component function body thus making it a non-reactive value and so it shouldn't have been highlighted by the linter as a useEffect dependency as shown in the concerned example.
    rahulrao0209 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    167603a View commit details
    Browse the repository at this point in the history
  4. [Beta] react-dom: Components (#5383)

    * <input>
    
    * Fix typo
    
    * tweak
    
    * separate props
    
    * reword
    
    * typos
    
    * compress
    
    * tweaks
    
    * Add more
    
    * more
    
    * shorter
    
    * twk
    
    * more readable
    
    * fix
    
    * oops
    
    * oops
    
    * <textarea>
    
    * <progress>
    
    * <select>, <progress>
    
    * upd
    
    * <option>
    
    * wip common
    
    * wip
    
    * more
    
    * Fix onSelect desc
    
    * index
    
    * stub events
    
    * events
    
    * twk
    
    * all events
    gaearon committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    d981e00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2a0f2e View commit details
    Browse the repository at this point in the history
  6. [beta] Tic-tac-toe tutorial rewrite (#5352)

    * Copy over tutorial from old website
    
    Fixed up MDX syntax (self-closing `<br>` and `<img>`, and one `style`
    attribute)
    
    * wip
    
    * more wip
    
    * Move tutorial to be consistent with new beta docs structure
    
    * remove HTML comments causing Vercel rendering issues
    
    * Fixed all fixme's, minor clarity improvments, updated code links to codesandbox
    
    * first half of tutorial re-write draft
    
    * Finish tutorial rewrite draft
    
    * Fix some formatting issues
    
    * Migrate tutorial back to JavaScript to fix Sandpack errors
    
    * Fix minor mistakes, formatting, code bugs, clean up images
    
    * Fix empty board image size
    
    * Fix image size and code highlighting issues
    
    * Incorporate feedback from Dan and Sean
    
    * edits (wip)
    
    * edit
    
    * edits
    
    * Update beta/src/content/learn/tutorial-tic-tac-toe.md
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    
    * tweak
    
    Co-authored-by: Sophie Alpert <git@sophiebits.com>
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    4 people committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    81b5f81 View commit details
    Browse the repository at this point in the history
  7. Bump the numbers

    gaearon committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    302fb7a View commit details
    Browse the repository at this point in the history
  8. Typo

    gaearon committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    bd9f3ea View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. [Beta] Move Reference before Usage (#5399)

    * [Beta] Move Reference before Usage
    
    * above -> below
    gaearon committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    147bab9 View commit details
    Browse the repository at this point in the history
  2. [Beta] APIs -> Reference (#5400)

    * [Beta] APIs -> Reference
    
    * oops
    gaearon committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    c793076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88e689e View commit details
    Browse the repository at this point in the history
  4. Fix above/below

    gaearon committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    3473846 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d51b16 View commit details
    Browse the repository at this point in the history
  6. [Beta] Misc edits

    gaearon committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    4b68508 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

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