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

Sync with reactjs.org @ 84ad3308 #197

Open
wants to merge 729 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 Nov 6, 2021

  1. oops

    gaearon committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    891f62d View commit details
    Browse the repository at this point in the history
  2. Maybe this works

    gaearon committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    ac4b8ec View commit details
    Browse the repository at this point in the history
  3. lol this time should work

    gaearon committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    fa91a18 View commit details
    Browse the repository at this point in the history
  4. here we go again

    gaearon committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    695efe3 View commit details
    Browse the repository at this point in the history
  5. Bump action version

    gaearon committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    196edb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. edit sandpack style overrides to also cover 'dirty' case (#4070)

    Co-authored-by: Matt Martinez <matmartinez@bills.com>
    hi-matthew and Matt Martinez committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    c29bcd7 View commit details
    Browse the repository at this point in the history
  2. Fix alternative solution to add and remove a CSS class (#4027) (#4072)

    * Fix alternative solution to add and remove a CSS class (#4027)
    
    * Update reacting-to-input-with-state.md
    
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    beetcb and gaearon committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    7f99539 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. fix(sandpack): upgrade dependencies (#4075)

    * fix(sandpack): upgrade dependencies
    
    * fix(sandpack): remove selector that relies on the editor state
    danilowoz committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8ed148b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85e1c32 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Update doc (#4077)

    harish-sethuraman committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    967bf1f View commit details
    Browse the repository at this point in the history
  2. Fix typo

    gaearon committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b761b81 View commit details
    Browse the repository at this point in the history
  3. polish dark mode illustrations

    lebo authored and gaearon committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    23c09e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. fix safari bug

    lebo authored and gaearon committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    29fbe65 View commit details
    Browse the repository at this point in the history
  2. Fixes wrong breadcrumb for 404 page (#4074)

    * Fixes wrong breadcrumb for 404 page
    
    * Change Home as default layout
    
    * Add layout Learn to the pages inside learn
    harish-sethuraman committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8333b6d View commit details
    Browse the repository at this point in the history
  3. Add git hook to generate headings ids (#4043)

    * Add git hook to generate headings ids
    
    * Fixes "Analyze Bundle" workflow
    lex111 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0b7fd7b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    e206d8c View commit details
    Browse the repository at this point in the history
  2. Remove unwanted dependency (#4083)

    harish-sethuraman committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f31c9fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c1f513 View commit details
    Browse the repository at this point in the history
  4. Allow page zooming/scaling (#4082)

    * Allow page zooming/scaling
    
    * Fix for iOS
    lex111 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    719aa3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb84de7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Typo fixes (#4091)

    * chore: fix typo
    
    * Update referencing-values-with-refs.md
    
    * Fix typo of typo
    
    Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
    harish-sethuraman and lex111 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    64e236c View commit details
    Browse the repository at this point in the history
  2. Update algolia.css (#4092)

    harish-sethuraman committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    d9901c4 View commit details
    Browse the repository at this point in the history
  3. Stop zooming for search input (#4094)

    harish-sethuraman committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7254849 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Use custom ID format that works better with MDX 2 (#4105)

    * Fix two unicode whitespaces which are invalid
    
    * Use custom ID format that works better with MDX 2
    
    * Fix sebastian
    
    * remark-slug as dev dep
    wooorm committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4022f97 View commit details
    Browse the repository at this point in the history
  2. Fixing Eslint configuration (#4087)

    * fix-collapsable-color
    
    * Made Eslint work and added next's eslint config
    
    * Add lint:fix to pre commit rule
    
    * Reverts older anchor links
    
    * Fixed review comments
    
    * Replace with spaces like before
    
    * Update DocsFooter.tsx
    
    * Update arrow function
    
    * Update CodeBlock.tsx
    
    * Update MDXComponents.tsx
    
    * Update SidebarLink.tsx
    Strek committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ea086bd View commit details
    Browse the repository at this point in the history
  3. Fix prettier CI and add it to pre commit (#4100)

    * Add prettier before commit and during CI
    
    * Add workflow
    
    * Reverse merge main to branch
    
    * dry run prettier
    
    * dry run prettier
    
    * [warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine
    
    * Revert "[warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine"
    
    This reverts commit 43dbe9ed3fba10b03a90d989cf90b4af4efd2212.
    
    * Revert "dry run prettier"
    
    This reverts commit b62948042cd8f8addf8ee23110de4096a8630926.
    
    * Revert "dry run prettier"
    
    This reverts commit 382f9a4691dee04673e461b3eda0d52c1aefda3b.
    
    * Revert "Reverse merge main to branch"
    
    This reverts commit 43667eaf29b9ab4266397251c8d781f611dcdcf8.
    
    * [warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine
    Strek committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    49a552c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Update React 18 post for beta (#4109)

    Adds a note to the top of the page linking to the 18 Beta announcement.
    acdlite committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    34325ff View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Fixes unwanted scrolls in mobile (#4114)

    * added word break
    
    * Update PageHeading.tsx
    Strek committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    17ad2cb View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Update README.md

    gaearon committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    bd727cf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Add check-all script for beta site (#4120)

    * Update package.json
    
    * Update README.md
    
    * Update package.json
    
    * Add tsc for check-all as well
    
    * Update README.md
    
    * Update README.md
    
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    Strek and gaearon committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    40c8cd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. chore: fix typo (#4104)

    Strek committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    c6353b9 View commit details
    Browse the repository at this point in the history
  2. chore: fix typos (#4121)

    stuymedova committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    d8800be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0057efa View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    ea6e34f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f3e109 View commit details
    Browse the repository at this point in the history
  3. [Beta]Move all possible style to tailwind classes (#4054)

    * Move all possible style to tailwind classes
    
    * Update Sidebar.tsx
    
    * fix-collapsable-color
    
    * dry run and commit
    
    * Update SidebarLink.tsx
    
    * Fixes review comments for aria tags
    
    * Remove extended tailwind configs
    
    * Update tailwind.config.js
    
    * Update Sidebar.tsx
    Strek committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    01afd01 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

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

    smikitky committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    a655e41 View commit details
    Browse the repository at this point in the history
  3. Comment the script (#4139)

    Strek committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    f625b86 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

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

Commits on Dec 4, 2021

  1. fix: correct the link to navigate to the team page (#4146)

    * fix: correct the link to navigate to the team page
    
    * remove .html
    
    Co-authored-by: Strek <harish.sethuraman@freshworks.com>
    yyyanghj and Strek committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    aa70dce View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Generated missing ids (#4150)

    Strek committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    29627ae View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. fix slice() link (#4156)

    bigfang committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    7d9c9e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

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

Commits on Dec 12, 2021

  1. docs: fix a typo (#4166)

    stuymedova committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    014f489 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

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

Commits on Dec 15, 2021

  1. React Conf 2021 Recap Blog Post (#4172)

    * Initial blog post commit
    
    * Adding jtannady to author yaml
    
    * Updating typo
    
    * Update text
    jtannady committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    e8cca8b View commit details
    Browse the repository at this point in the history
  2. Revert "React Conf 2021 Recap Blog Post (#4172)" (#4173)

    This reverts commit e8cca8b.
    jtannady committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    c005fa4 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. React Conf Recap Blog Post (#4174)

    * Initial blog post commit
    
    * Adding jtannady to author yaml
    
    * Updating typo
    
    * Update text
    
    * Blog post v2
    
    * Fix code block
    
    * Add twitter links
    
    * s/on/from
    
    * Update thanks
    
    * More thanks
    
    * syntax highlighting
    
    * Update thanks
    
    * Update docs intro
    
    * Update code
    
    * Add link for ReactChina
    
    * Generate IDs
    
    Co-authored-by: Ricky <rickhanlonii@gmail.com>
    jtannady and rickhanlonii committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    12582bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5393601 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcb13af View commit details
    Browse the repository at this point in the history
  4. Add missing talk

    gaearon committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    51bd2bc View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Delete multi-platform-vision.png (#4181)

    Strek committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    098b0ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cddca1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Update copyright on website (#4193)

    This should be Meta now
    zpao committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    e3ba7fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d216582 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

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

Commits on Jan 6, 2022

  1. Add Link to React Conf 2021 Playlist (#4207)

    * Add Link to React Conf 2021 Playlist
    
    * Remove `allow` attribute from the `<iframe>`
    
    Remove `allow` attribute from the `<iframe>` for React Conf 2021 YouTube playlist.
    sbaljeet13 committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    7a6a628 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Fix jsx example for string attributes (#4204)

    Strek committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    569949e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

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

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    d321ff4 View commit details
    Browse the repository at this point in the history
  2. FIXED: broken 'translated' link (#4223)

    * FIXED: broken 'translated' link
    
    removed broken weblink which leads to 404 page
    
    * FIXED: broken 'translation' link
    mr-vaibh committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    af768b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a3576a View commit details
    Browse the repository at this point in the history
  4. Added hook to validate if headings are present or not (#4143)

    * Added hook to validate if headings are present or not
    
    * Remove un wanted default param
    
    * Add validate Ids to ci check too
    
    * Revamp heading id generation and validation workflow
    
    * Update validateHeadingIDs.js
    Strek committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    0b21acb View commit details
    Browse the repository at this point in the history
  5. Update react-router examples to use v6 version (#4199)

    * Update react-router examples to use v6 version
    
    The exemple used to demonstrate Code-Splitting using react-router-dom is outdated. My suggestion is to use the new way of calling routes that was introduced in React Router v6
    
    * remove index prop
    jonatasoc committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    e0aed3f View commit details
    Browse the repository at this point in the history
  6. Changed the version generation script to update vercel.json instead o…

    …f _redirects (#4136)
    
    * Changed the version generation script to update vercel.json instead of _redirects
    
    * Fix prettier failures
    
    * Expected to return a value at the end of async function 'writeRedirectsFile'
    
    * Add same script for beta as well
    
    * Fixes review comments
    
    * Fixes formatting in old site
    Strek committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    cd1b0df View commit details
    Browse the repository at this point in the history
  7. Delete _redirects (#3951)

    gaearon committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    45aba8b View commit details
    Browse the repository at this point in the history
  8. fix: "…" spread syntax is not an "operator" but document saying that …

    …is an "operator" so it can make developers confused (#4209)
    Juyeong-Byeon committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    9ed29b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Updates deployment in readme from netlify to vercel (#4225)

    * updates readme
    
    * removed hosting provider name
    Strek committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    3143db5 View commit details
    Browse the repository at this point in the history
  2. Analytics for Beta (#4224)

    * adding google analytics metrics to beta
    
    * adding google analytics metrics to beta
    rachelnabors committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    b1f91c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Bump next (#4228)

    Strek committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    d84b740 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Removed google analytics for dev (#4233)

    Strek committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    5110597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69bd27a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Sandpack: upgrade dependencies and adds ReactDevtools (#4161)

    * upgrade sandpack dependencies
    
    * update csb button
    
    * remove unnecessary ref
    
    * add react dev tools
    
    * remove duplicated/unnecessary element
    
    * fix: codemirror gutter
    
    * fix codemirror gutter
    
    * make devtools optional
    
    * bump sandpack version
    
    * fix: add website theme to the react devtools
    
    * fix: react devtools ui tweaks
    
    * devtools: custom theme
    
    * refactor: reset sandbox
    
    * fix sandpack
    
    * fix: devtools style
    
    * fix: tweaks on mobile version
    
    * fix: soft refresh when module is loaded
    
    * bump sandpack version
    
    * update color
    
    * remove demo
    
    * remove inspect button
    
    * bring back key logic
    
    * refactor: icon align
    
    * update sandpack
    
    * logic to keep the content synced
    danilowoz committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d80ef56 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. [docs]: Updated CodePen links (#4232)

    Signed-off-by: Aniruddha Shriwant <aniruddhashriwant@gmail.com>
    Aniruddha-Shriwant committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    f062ee2 View commit details
    Browse the repository at this point in the history
  2. Add "click to copy" to TerminalBlock (#4025)

    * add click to copy to TerminalBlock
    
    * rebase + changes
    
    * fix 'Not all code paths return a value.'
    
    * fix svg jsx
    
    * fix lint errors
    markflorkowski committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ec65cc0 View commit details
    Browse the repository at this point in the history
  3. fix: challenges navigation (#4123)

    * fix: challenges navigation
    
    * fix: challenges navigation alternate solution
    
    * fix: challenges navigation assert non null on find
    
    * refactor: unnecessary default value
    ScytheDraven47 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    53d279e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    4451e5b View commit details
    Browse the repository at this point in the history
  2. Fix download label

    gaearon committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    2b2ac5c View commit details
    Browse the repository at this point in the history
  3. [Beta] Rewrite Quick Start (#4245)

    * [Beta] Rewrite Quick Start
    
    * Tweaks
    gaearon committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    b22c3d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c355ab View commit details
    Browse the repository at this point in the history
  5. Introduce lint staged (#4240)

    * Commit lint staging
    
    * Add mdx parser for prettier
    
    * fix css
    
    * Fixed lint staged for md
    
    * Fixed markdowns
    
    * Revert prettifying markdown since build fails
    
    * Removed css command and included with tsx
    
    * replace with older readme and contibuting
    Strek committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    3564e69 View commit details
    Browse the repository at this point in the history
  6. Adds linting for main branch too (#4252)

    Strek committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    43dae71 View commit details
    Browse the repository at this point in the history
  7. Removed circle CI (#4236)

    Strek committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    e347b73 View commit details
    Browse the repository at this point in the history
  8. bump next to latest (#4251)

    Strek committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    e1dcbff View commit details
    Browse the repository at this point in the history
  9. Revert "Removed circle CI (#4236)" (#4253)

    This reverts commit e347b73.
    gaearon committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    4e20db7 View commit details
    Browse the repository at this point in the history
  10. Revert "Revert "Removed circle CI (#4236)" (#4253)" (#4254)

    This reverts commit 4e20db7.
    gaearon committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    9ff30d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. chore: fix typo (#4255)

    Fix typo in quick start
    brennon committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    5f0549c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

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

Commits on Feb 1, 2022

  1. [Beta] Address Quick Start review nits (#4264)

    * Address review nits
    
    * Update beta/src/pages/learn/index.md
    
    Co-authored-by: Ricky <rickhanlonii@gmail.com>
    
    * Update beta/src/pages/learn/index.md
    
    Co-authored-by: Ricky <rickhanlonii@gmail.com>
    
    * edits
    
    * edits
    
    * edit
    
    Co-authored-by: Ricky <rickhanlonii@gmail.com>
    gaearon and rickhanlonii committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    17e91d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58d6f3f View commit details
    Browse the repository at this point in the history
  3. Use MDXContext directly (#4267)

    * Use MDXContext directly
    
    * yolo
    gaearon committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    abca1f4 View commit details
    Browse the repository at this point in the history
  4. Remove unused patch

    gaearon committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    7d1e054 View commit details
    Browse the repository at this point in the history
  5. Fix deps

    gaearon committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    c8ad67d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. fix(sandpack): improve memory usage (#4126)

    * fix(sandpack): init mode
    
    * init mode tweaks
    
    * sandpack preview: keep loading state while preview is still working
    
    * prettify it
    
    * fix: renew client listener on remount
    danilowoz committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    626f957 View commit details
    Browse the repository at this point in the history
  2. Bump workflow versions (#4270)

    * Bump workflow versions
    
    * Update beta_site_lint.yml
    
    * Update nodejs.yml
    gaearon committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    42576e0 View commit details
    Browse the repository at this point in the history
  3. [Beta] Rename TaskBoard -> TaskApp in examples (#4271)

    * [Beta] Rename TaskBoard -> TaskApp in examples
    
    * Update another page
    
    * Update another page
    
    * Update another page
    
    * Update another page
    gaearon committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    75db8f2 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    gaearon committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    84742f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. [Beta] Change useState structure, add examples (#4276)

    * [Beta] Change useState structure, add examples
    
    * Simpler language
    
    * Nix when not to use it
    gaearon committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    e6b843b View commit details
    Browse the repository at this point in the history
  2. fix: typo (#4279)

    jersonzc committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    5479670 View commit details
    Browse the repository at this point in the history
  3. Update courses.md (#4282)

    Current Tyler McGinnis link no longer works. Updated it to the homepage instead.
    johnlinatoc committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    eb0ae24 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. [Beta] useState API: Best of the both words? Haha just kidding... Unl…

    …ess?... (#4284)
    
    * Dry version
    
    * Here we go again
    
    * Recreation lol
    
    * Some tweaks (#4285)
    
    * tweaks
    
    * edit
    
    Co-authored-by: Sophie Alpert <git@sophiebits.com>
    gaearon and sophiebits committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    001b1f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52393da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d005ad View commit details
    Browse the repository at this point in the history
  4. React-Global-2022 (#4291)

    * React-Global-2022
    
    * Update content/community/conferences.md
    
    * react-global-edit
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    lxmarinkovic and harish-sethuraman committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    fd58500 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caffe3d View commit details
    Browse the repository at this point in the history
  6. [Beta] Move /reference -> /apis (#4294)

    * [Beta] Move /reference -> /apis
    
    * come on
    
    * Update CONTRIBUTING.md
    
    * Update sidebarReference.json
    gaearon committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    73d7d13 View commit details
    Browse the repository at this point in the history
  7. Removes readme and contributing.md from generate heading lint (#4295)

    * Removes readme and contributing.md from generate heading
    
    * lint only markdowns in source
    Strek committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    1e79ed6 View commit details
    Browse the repository at this point in the history
  8. [Beta] Document derived state (#4297)

    * [Beta] Document derived state
    
    * shorten
    gaearon committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    881e0a0 View commit details
    Browse the repository at this point in the history
  9. Tweak

    gaearon committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    b174aec View commit details
    Browse the repository at this point in the history
  10. Mention loops

    gaearon committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    12ca0d4 View commit details
    Browse the repository at this point in the history
  11. Clarify

    gaearon committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    b06f632 View commit details
    Browse the repository at this point in the history
  12. tweak

    gaearon committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    77af71e View commit details
    Browse the repository at this point in the history
  13. Rm unused

    gaearon committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    6ebae12 View commit details
    Browse the repository at this point in the history
  14. [beta] Push people away more from setting state in render (#4299)

    * [beta] Push people away more from setting state in render
    
    * Backticks
    sophiebits committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    5d2a4e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    b86f35d View commit details
    Browse the repository at this point in the history
  2. [beta] Don't call it "derived state" (#4301)

    I propose that "storing information from previous renders" sounds less like a _cool thing_ and also more clearly describes the rare cases this pattern is for.
    sophiebits committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    a4796b7 View commit details
    Browse the repository at this point in the history
  3. More tweaks

    gaearon committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    ea824c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Updated code-splitting.md (#4303)

    Updated the imported `react-router-dom` Component `BrowserRouter` to read as `BrowserRouter as Router` since the code example has it as `Router` instead of `BrowserRouter`
    
    Alternatively, can change the `<Router></Router>` component to be `<BrowserRouter>...</BrowserRouter>`
    abrahym-sharfeldden committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    55b4754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f0fe2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Sandpack error icon overlapping issue fix (#4302)

    * sandpack error icon overlapping issue fix
    
    * modified errorline css
    Amaresh S M committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    cd1717b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b2ebf View commit details
    Browse the repository at this point in the history
  3. Generate Ids when there are none in local development (#4304)

    * Generate Ids when there are no headings
    
    * Tweak code
    
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    Strek and gaearon committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    71b743a View commit details
    Browse the repository at this point in the history
  4. [Beta] useState Troubleshooting (#4309)

    * [Beta] useState Troubleshooting
    
    * Tweaks
    
    * tweak
    gaearon committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7d615ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c089fbc View commit details
    Browse the repository at this point in the history
  6. docs: phrasing a sentence (#4182)

    * docs: phrasing a sentence
    
    * Update extracting-state-logic-into-a-reducer.md
    
    Co-authored-by: dan <dan.abramov@gmail.com>
    stuymedova and gaearon committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    cb6e1d0 View commit details
    Browse the repository at this point in the history
  7. docs: fix a grammatical error (#4183)

    Co-authored-by: dan <dan.abramov@gmail.com>
    stuymedova and gaearon committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    466809e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4be33b8 View commit details
    Browse the repository at this point in the history
  9. small fixes to stopwatch codesandbox (#4110)

    * small fixes to stopwatch codesandbox
    
    noticed that the explanation for the first stopwatch codesandbox mentions "update the time every 10 milliseconds" so updated the codesandbox to reflect that
    
    also there's a small nuanced bug in the second stopwatch codesandbox where each call to `handleStart()` sets a new interval without checking if there's already one ongoing. 
    
    Ie: If the user accidentally double clicks the start button, they set two intervals for updating `now` every 10ms and then intervalRef only retains the second interval ID. Thus, it's impossible to actually stop the timer because `handleStop()` will only clear the latest set interval while the original one will keep executing.
    
    * Update referencing-values-with-refs.md
    
    * Update referencing-values-with-refs.md
    
    * Update referencing-values-with-refs.md
    
    Co-authored-by: dan <dan.abramov@gmail.com>
    aayush-k and gaearon committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    cfa3670 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. [beta] Tweak usestate.md (#4310)

    Hopefully people know you can do things other than render it but most of our examples have it in the JSX directly, so it might help to be explicit.
    sophiebits committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    edac143 View commit details
    Browse the repository at this point in the history
  2. Fix typo (#4311)

    Strek committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d7dfc5d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. [Beta] Use "Parameters" as titles? (#4314)

    Taking examples of [MDN](https://developer.mozilla.org/en-US/docs/Web/API/queueMicrotask) or [Swift](https://developer.apple.com/documentation/swift/1541053-print), the name used in signatures (assuming this name will be used by type defs like in TS and [Flow](https://github.com/facebook/flow/blob/main/lib/react.js#L343)) is probably more often called as "Parameters". 
    
    I don't have a strong opinion on this since the distinction are minor and often confusing, but it looks a bit unfamiliar to me as titles. I think use "arguments" interchangeably in other part of writing is fine otherwise it's too much of a mental burden.
    Huxpro committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    03f2323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7d5aac View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Simplify wording

    gaearon committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    b8b26e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

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

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    fc644cd View commit details
    Browse the repository at this point in the history
  2. [Beta] Fix layout shift from previews (#4322)

    * [Beta] Fix layout shift from previews
    
    * Arbitrary values
    
    * Fix borked style
    
    * Remove custom styles and start again
    
    * Recreate existing layout
    
    * Try to make it work
    
    * Fix TS
    
    Co-authored-by: Dan Lebowitz <dan.lebo@me.com>
    gaearon and lebo committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    3ccb538 View commit details
    Browse the repository at this point in the history
  3. [Beta] Change render() API page format (#4319)

    * [Beta] Change render() API page format
    
    * Tweaks
    gaearon committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    4f764b2 View commit details
    Browse the repository at this point in the history
  4. [Beta] Mention batching in useState (#4318)

    * [Beta] Mention batching in useState
    
    * Fix up link
    
    * Tidy it up
    gaearon committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    2695799 View commit details
    Browse the repository at this point in the history
  5. More separators

    gaearon committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    85e3fcf View commit details
    Browse the repository at this point in the history
  6. Fix typo (#4326)

    Strek committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    0a76bf4 View commit details
    Browse the repository at this point in the history
  7. Fix broken link in render-and-commit.md (#4327)

    `/reference/setState` -> `/apis/usestate#setstate`
    mayank99 committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    a06d860 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. [beta] Reword "action = what happened" advice for useReducer (#4331)

    * [beta] Reword "action = what happened" advice for useReducer
    
    One learner misinterpreted the original text here as meaning instead that it's important that actions are written in past tense – this updated wording is clearer about what this is meant to convey (I think).
    
    * typo
    sophiebits committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    71cc6be View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Fix - Sandpack error icon overlapping issue (#4332)

    * position error icon correctly
    
    Add padding right to line with the error to accommodate space for the error icon.
    Added in a new selector because it was getting overridden by more specific selectors.
    Fixes #4287
    
    * use important instead of selectors
    
    * fix overlapping for smaller screens
    
    * replace width with min-width
    
    * align error icon to center vertically
    
    Use em instead of pixels for padding, increase line height of error icon
    imanpalsingh committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    fa15160 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Add App.js Conf 2022 to the conferences page (#4336)

    Co-authored-by: Tomasz Sapeta <tsapeta@users.noreply.github.com>
    tsapeta and tsapeta committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b677012 View commit details
    Browse the repository at this point in the history
  2. sandpack: bring back init mode (#4337)

    * sandpack: bring back init mode
    
    * upgrade sandpack
    danilowoz committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b10ae60 View commit details
    Browse the repository at this point in the history
  3. [Beta] Add ARIA labels (#4335)

    * Add ARIA labels
    
    * Remove unnecessary ARIA label
    
    * Add Facebook and Twitter ARIA labels
    shamwela committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b4de700 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. [Beta] Reorder API sections (#4328)

    * Reorder API pages
    
    * Tweaks
    gaearon committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0209e1b View commit details
    Browse the repository at this point in the history
  2. Splitting sandpack from main bundle (#4256)

    * Initial Commit
    
    * play with it
    
    * oops
    
    * easier repro
    
    * import type
    
    * remove `suspense: true`
    
    * Add patch for next
    
    * Patch package
    
    * Add fallback
    
    * Enable flag
    
    * Fixes local dev env and adds better fallback for codeblock
    
    * Adds fallback for sandpack (should work fine)
    
    * turn off concurrentFeatures
    
    * Revert "turn off concurrentFeatures"
    
    This reverts commit 50158ecbd33969e707a2a91a54e822e90c2ebfde.
    
    * Update SandpackWrapper.tsx
    
    * Removed flags and setTimeouts
    
    * add timeouts and promise again
    
    * Adds bottom bezel and scroll to sandpack fallback
    
    * tinker bottombezel and remove console
    
    * Update CodeBlock.tsx
    
    * Update SandpackWrapper.tsx
    
    * removing overflows to avoid explicit scrolls
    
    * upgrade nextjs to canary
    
    * Rm patch
    
    * Fix TS
    
    * Bump Next
    
    * No more CSS jumping
    
    * Reverts the canary to use the latest Next.js `12.0.10`
    
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    Co-authored-by: Dan Abramov <dan.abramov@me.com>
    3 people committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2979d0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2138f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    4ed4fb7 View commit details
    Browse the repository at this point in the history
  2. [Beta] useRef API (#4345)

    * useRef
    
    * useRef API
    
    * Move it down
    gaearon committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    93fdfb2 View commit details
    Browse the repository at this point in the history
  3. [beta] fix typo in useref.md (#4352)

    grammar
    mayank99 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    3d6eba7 View commit details
    Browse the repository at this point in the history
  4. Cache a font file (#4350)

    * Cache a font file
    
    * Fix vercel.json syntax
    
    * Improve
    
    * Fix fonts
    
    Co-authored-by: dan <dan.abramov@gmail.com>
    shamwela and gaearon committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    aa4bb41 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. [Beta] Add aria-label and title to permalinks (#4344)

    * Add tab index -1
    
    * Improve accessibility
    shamwela committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    3d6081f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a48ba9c View commit details
    Browse the repository at this point in the history
  3. [Beta] Replace Hotjar with GA buttons (#4275)

    * Replace Hotjar with GA buttons
    
    * initial styles for GA buttons
    
    * Add feedback popover
    
    * style fixes + adding SVGs
    
    * dark mode fix
    
    * Maintain state
    
    * Click outside
    
    * Fix TS
    
    * Oops
    
    Co-authored-by: Dan Lebowitz <dan.lebo@me.com>
    gaearon and lebo committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    c8ec9d8 View commit details
    Browse the repository at this point in the history
  4. Never use local font

    gaearon committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    45ac43a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81f772e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ca0215 View commit details
    Browse the repository at this point in the history
  7. Fix TS

    gaearon committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    9ac33ff View commit details
    Browse the repository at this point in the history
  8. [Beta] Use a light GA client (#4355)

    * [Beta] Use a light GA client
    
    * oopsie
    gaearon committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0883863 View commit details
    Browse the repository at this point in the history
  9. Try caching the font

    gaearon committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    8def749 View commit details
    Browse the repository at this point in the history
  10. Delete dead code

    gaearon committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    753c4fc View commit details
    Browse the repository at this point in the history
  11. Ignore TSC build file

    gaearon committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    855c26a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f3f580a View commit details
    Browse the repository at this point in the history
  13. Consolidate and preload fonts

    gaearon committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    ab648df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c855f7 View commit details
    Browse the repository at this point in the history
  15. Fix white flash when loading

    gaearon committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    3ae0eb6 View commit details
    Browse the repository at this point in the history
  16. Initial Commit (#4357)

    Strek committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    7d55f61 View commit details
    Browse the repository at this point in the history
  17. Initial Commit (#4358)

    Strek committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    5b8a720 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

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

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    aeb1788 View commit details
    Browse the repository at this point in the history
  2. [beta] bump tailwind to v3 and update config (#4366)

    * [beta] bump tailwind to v3 and update config
    
    * fix widget wrong position
    
    * fix content tailwind config
    dammy001 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    9bcbe7b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Upgrade sandpack to fix code cutting issue in view only editor (#4371)

    * Upgrade sandpack to fix code cutting issue in view only editor
    
    * Added proper sandpack version
    Strek committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    275d03f View commit details
    Browse the repository at this point in the history
  2. Improve ESLint (#4372)

    shamwela committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    508b427 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Remove transform (#4375)

    shamwela committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    1b05b11 View commit details
    Browse the repository at this point in the history
  2. Fix editable code blocks

    gaearon committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    b6a181c View commit details
    Browse the repository at this point in the history
  3. Fix focus rings

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

Commits on Feb 24, 2022

  1. Add diagrams to Quick Start (#4377)

    * Add diagrams to Quick Start
    
    * Switch to svg
    
    * Switch dark mode image
    
    * Rework file names, minor dark mode updates
    
    * Update alt tags and descriptions
    rickhanlonii committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    ac9a984 View commit details
    Browse the repository at this point in the history
  2. [Beta] useContext API (#4378)

    * [Beta] useContext API
    
    * Simplify + add
    
    * Tweaks
    
    * Softer
    
    * Tweaks
    
    * Small tweaks
    gaearon committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    299dad8 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Oops

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

Commits on Feb 27, 2022

  1. Bump url-parse from 1.5.3 to 1.5.10 (#4391)

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.5.3...1.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    6bd09fe View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. [Beta] Delete unused variables (#4379)

    * Delete unused variables
    
    * Change event to e
    
    * Change e to evt
    shamwela committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6c95de9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. docs: Adding Social Banner in Support of Ukraine (#4397)

    * Adding Social Banner with Support for Ukraine
    
    * Changing spacing the social banner
    
    * Fixing lint errors
    
    * Remove external link icon from social banner
    
    * Add banner for beta site
    
    * Add todo
    
    * Fix centering on mobile in old site
    
    Co-authored-by: Rick Hanlon <rickhanlonii@gmail.com>
    dmitryvinn-fb and rickhanlonii committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    d90fd21 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

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

Commits on Mar 7, 2022

  1. Fix mobile layout on beta

    gaearon committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    8b5ce4d View commit details
    Browse the repository at this point in the history
  2. Add linebreak

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

Commits on Mar 8, 2022

  1. React 18 RC - Upgrade Guide (#4384)

    * Blog Draft: React 18 RC Upgrade Guide
    
    * Update content/blog/2022-02-25-react-v18-rc.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * Update content/blog/2022-02-25-react-v18-rc.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * Update content/blog/2022-02-25-react-v18-rc.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * Update content/blog/2022-02-25-react-v18-rc.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * Update content/blog/2022-02-25-react-v18-rc.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * Update content/blog/2022-02-25-react-v18-rc.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * Update content/blog/2022-02-25-react-v18-rc.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * Minor updates
    
    * Update content/blog/2022-02-25-react-v18-rc.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * Update Strict Effect section
    
    * Fill in testing section
    
    Some info about how to configure global.IS_REACT_ACT_ENVIRONMENT
    
    * Minor updates
    
    * Update react-dom imports
    
    Use named imports
    
    * Add link to react-testing-library
    
    * Remove Suspense specifics
    
    * Update to react-dom/client
    
    * Updates to SSR
    
    * Minor updates
    
    * Fix typo
    
    * Minor updates to wording
    
    * Minor updates to wording
    
    * Tweak call to action
    
    I edited the intro section a bit to soften the call to action.
    
    I also removed the reference to the "second RC" since we may
    publish another one and the fact that it's the second one
    isn't that important.
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    Co-authored-by: Andrew Clark <git@andrewclark.io>
    3 people committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    05177ff View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Bump urijs from 1.19.7 to 1.19.10 (#4446)

    Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.7 to 1.19.10.
    - [Release notes](https://github.com/medialize/URI.js/releases)
    - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
    - [Commits](medialize/URI.js@v1.19.7...v1.19.10)
    
    ---
    updated-dependencies:
    - dependency-name: urijs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    4b7843a View commit details
    Browse the repository at this point in the history
  2. Fixes linting issues (#4452)

    Strek committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    d3b66f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Add Xuan to team page (#4454)

    * Add Xuan To The Team
    
    * Don't forget to add to the Beta site as well
    Huxpro committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    3c3d8ac View commit details
    Browse the repository at this point in the history
  2. Fixes survey (#4451)

    Strek committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    7994045 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    dbbb097 View commit details
    Browse the repository at this point in the history
  2. Updated Render-Atlanta 2022 (#4343)

    Changes for date and podcast for Render ATL
    ThugDebugger committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9525c06 View commit details
    Browse the repository at this point in the history
  3. Add diagrams for "Putting markup into JavaScript" (#4390)

    * Add diagrams for "Putting markup into JavaScript"
    
    * Update alt tags
    
    * Fix isLoggedIn
    
    * Minor style updates for mobile
    rickhanlonii committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    90ae846 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b13640a View commit details
    Browse the repository at this point in the history
  5. Add diagrams for passing props with context (#4394)

    * Add diagrams for passing props with context
    
    * Update beta/src/pages/learn/passing-data-deeply-with-context.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * Update beta/src/pages/learn/passing-data-deeply-with-context.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * Update beta/src/pages/learn/passing-data-deeply-with-context.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * Fixes for mobile
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    rickhanlonii and eps1lon committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    0ff869f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f05f3f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. [Beta] useReducer API (#4441)

    gaearon committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    f7f92b8 View commit details
    Browse the repository at this point in the history
  2. Add more exports

    gaearon committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    c0b6e0b View commit details
    Browse the repository at this point in the history
  3. Update tutorial.md (#4461)

    jmcscript committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    7cf3cc1 View commit details
    Browse the repository at this point in the history
  4. Update conferences.md (#4459)

    Updated the name and the date of our event
    Geekle Team committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    972f177 View commit details
    Browse the repository at this point in the history
  5. [Beta] createContext API (#4467)

    * [Beta] createContext API
    
    * Add to index
    
    * Add a link
    gaearon committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    69f90d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Add React Native EU to upcoming conferences (#4465)

    Add info about React Native EU to upcoming conferences. Organised by Callstack.
    jaworek committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    a55219d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67f0bba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    105fb79 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Add diagrams for Preserving and Resetting State (#4439)

    * Add diagrams for Preserving and Resetting State
    
    * Dark mode
    
    * Add alt text and fix file names
    
    * Feedback updates
    rickhanlonii committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    1e3b023 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Bump prismjs from 1.25.0 to 1.27.0 (#4386)

    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](PrismJS/prism@v1.25.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: prismjs
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    61a6cd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. fix typo on page (#4490)

    Co-authored-by: David <mail.dakes@online.de>
    DavidKessel and David committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    335417a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. updated egghead url (#4494)

    immanu10 committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    9b5505e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Update conditional-rendering.md to fix formatting (#4493)

    A slight inconsistency in the formatting used throughout for `{` `}`.
    jherdman committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    7200653 View commit details
    Browse the repository at this point in the history
  2. Add React Alicante (#4496)

    VictoriaQ committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    5e9d673 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Update conferences.md. Add a link on a live stream of a conference `<…

    … React Global >` (#4495)
    ntishkevich committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    b099d55 View commit details
    Browse the repository at this point in the history
  2. example should import useReducer (#4504)

    victor0x16 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ac68ced View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. React 18 (#4499)

    * [18] ReactDOM reference to createRoot/hydrateRoot (#4340)
    
    * [18] ReactDOM reference to createRoot/hydrateRoot
    
    * Update note about render and hydrate
    
    * Match the warning text
    
    * s/Render/render
    
    * [18] Update ReactDOMClient docs (#4468)
    
    * [18] Update ReactDOMClient docs
    
    * Remove ReactDOMClient where it's obvious
    
    * Update browser message
    
    * Update browser message note
    
    * Update based on feedback
    
    * Add react-dom/client docs
    
    * [18] Upgrade homepage examples (#4469)
    
    * [18] Switch code samples to createRoot (#4470)
    
    * [18] Switch code samples to createRoot
    
    * Feedback fixes
    
    * Feedback updates
    
    * [18] Use hydrateRoot and root.unmount. (#4473)
    
    * [18] Add docs for flushSync (#4474)
    
    * [18] Add flushSync to ReactDOM docs
    
    * Seb feedback
    
    * More Seb feedback
    
    * [18] Bump version to 18 (#4478)
    
    * [18] Update browser requirements (#4476)
    
    * [18] Update browser requirements
    
    * Update based on feedback
    
    * [18] Add stubs for new API references (#4477)
    
    * [18] Add stubs for new API references
    
    * Change order/grouping
    
    * [18] Redirect outdated Concurrent Mode docs (#4481)
    
    * [18] Redirect outdated Concurrent Mode docs
    
    * Use Vercel redirects instead
    
    * [18] Update versions page (#4482)
    
    * [18] Update version page
    
    * Fix prettier
    
    * [18] Update React.lazy docs (#4483)
    
    * [18] Add docs for useSyncExternalStore (#4487)
    
    * [18] Add docs for useSyncExternalStore
    
    * rm "optional"
    
    * [18] Add docs for useInsertionEffect (#4486)
    
    * [18] Add docs for useId (#4488)
    
    * [18] Add docs for useId
    
    * Update based on feedback
    
    * Add Strict Effects to Strict Mode (#4362)
    
    * Add Strict Effects to Strict Mode
    
    * Update with new thinking
    
    * [18] Update docs for useEffect timing (#4498)
    
    * [18] Add docs for useDeferredValue (#4497)
    
    * [18] Update suspense docs for unexpected fallbacks (#4500)
    
    * [18] Update suspense docs for unexpected fallbacks
    
    * Add inline code block
    
    * Feedback fixes
    
    * [18] Updated Suspense doc with behavior during SSR and Hydration (#4484)
    
    * update wording
    
    * wording
    
    * update events
    
    * Update content/docs/reference-react.md
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * add link to selective hydration
    
    * remove some of the implementation details
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    
    * [18] renderToPipeableStream doc (#4485)
    
    * new streaming ssr api
    
    * add readable stream
    
    * code snippets
    
    * Rename strict effects / unsafe effects to use the reusable state terminology (#4505)
    
    * Add draft of 18 release post
    
    * Add links to speaker Twitter profiles
    
    * [18] Update upgrade guide
    
    * Fix typo in blog title
    
    * [18] Blog - add note for react native
    
    * [18] Add changelog info to blog posts
    
    * Edit Suspense for data fetching section
    
    * Update date
    
    * [18] Add links
    
    * Consistent title case
    
    * Update link to merged RFC
    
    * [18] Update APIs and links
    
    * [18] Add start/useTransition docs (#4479)
    
    * [18] Add start/useTransition docs
    
    * Updates based on feedback
    
    * [18] Generate heading IDs
    
    * Add note about Strict Mode
    
    * Just frameworks
    
    * Reorder, fix content
    
    * Typos
    
    * Clarify Suspense frameworks section
    
    * Revert lost changes that happened when I undo-ed in my editor
    
    Co-authored-by: salazarm <salazarm@users.noreply.github.com>
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    Co-authored-by: Sebastian Markbåge <sebastian@calyptus.eu>
    Co-authored-by: Andrew Clark <git@andrewclark.io>
    Co-authored-by: dan <dan.abramov@gmail.com>
    6 people committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    74246c1 View commit details
    Browse the repository at this point in the history
  2. Next -> Next.js (#4508)

    sebmarkbage committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    34b0084 View commit details
    Browse the repository at this point in the history
  3. Fix broken link (#4509)

    mottox2 committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    8ee0706 View commit details
    Browse the repository at this point in the history
  4. Clarify note for React Native users (#4512)

    * Clarify note for React Native users
    
    Just clarifying expectations for React Native users on when React 18 will be available there.
    
    * Update content/blog/2022-03-08-react-18-upgrade-guide.md
    
    Co-authored-by: Ricky <rickhanlonii@gmail.com>
    
    Co-authored-by: Ricky <rickhanlonii@gmail.com>
    cortinico and rickhanlonii committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    4725bbc View commit details
    Browse the repository at this point in the history
  5. Next -> Next.js (#4515)

    Similar to #4508
    styfle committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    22b8bf2 View commit details
    Browse the repository at this point in the history
  6. Fix link on upgrade to version 18 page (#4516)

    Co-authored-by: igor-co <icojocaru-ext@tracasa.es>
    igor-co and igor-co committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    1138f7a View commit details
    Browse the repository at this point in the history
  7. Add missing word (#4514)

    "without the use an" =>  "without the use of an"
    nickmorri committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    c336758 View commit details
    Browse the repository at this point in the history
  8. Document the new consistent Suspense behavior (#4517)

    * Document the new consistent Suspense behavior
    
    * Update 2022-03-08-react-18-upgrade-guide.md
    
    * Update 2022-03-08-react-18-upgrade-guide.md
    gaearon committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    41c3ca5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    69ca55b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c623de4 View commit details
    Browse the repository at this point in the history
  3. Add a note about Strict Mode to release blog post (#4521)

    * Add a note about Strict Mode to release blog post
    
    * Update 2022-03-08-react-18-upgrade-guide.md
    
    * Update 2022-03-08-react-18-upgrade-guide.md
    gaearon committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b5fd1df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5c84d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56a0dca View commit details
    Browse the repository at this point in the history
  6. Update single-file example

    gaearon committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    1c5a6c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0982707 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Fix typo in Automatic Batching example (#4532)

    Co-authored-by: sanghyupjeong-29cm <hyupee@29cm.co.kr>
    hyupee and sanghyupjeong-29cm committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c77e2f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. reword challenge 2 (#4536)

    armenic committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    e34da98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e826e66 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    2666c95 View commit details
    Browse the repository at this point in the history
  2. Update Prerequisites nodejs version (#4538)

    * Update Prerequisites nodejs version
    
    * Update how-to-contribute.md
    Noel Kim (김민혁) committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    ec2dcbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    707f22d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Fix grammar (#4502)

    * Fix grammar
    
    * Update rendering-lists.md
    
    Co-authored-by: dan <dan.abramov@gmail.com>
    jeongwoopark0514 and gaearon committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e27ad32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb11ae4 View commit details
    Browse the repository at this point in the history
  3. Update conferences.md (#4546)

    Strek committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    cb4c9d3 View commit details
    Browse the repository at this point in the history
  4. fix babel url version (#4549)

    Co-authored-by: David <mail.dakes@online.de>
    DavidKessel and David committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    6542602 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    3fa71f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebf94d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65b0429 View commit details
    Browse the repository at this point in the history
  4. Edits for ReactDOMServer API (#4558)

    * Edits for ReactDOMServer API
    
    * Move note below example
    
    * No destructure
    
    * Rm hr
    
    * Add onError
    
    * Drop SEO
    
    * Update reference-react-dom-server.md
    gaearon committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a78cc99 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    1015a73 View commit details
    Browse the repository at this point in the history
  2. Add more details on batching (#4559)

    * Add more details on batching
    
    * Use a generic example
    gaearon committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    d14cbdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42100a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Mention TypeScript in the upgrade post (#4567)

    * Mention TypeScript in the upgrade post
    
    * Add a link
    gaearon committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b2d16e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

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

Commits on Apr 11, 2022

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