-
Notifications
You must be signed in to change notification settings - Fork 7
Sync with reactjs.org @ 543c7a0d #182
base: main
Are you sure you want to change the base?
Commits on Dec 12, 2022
-
[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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6031b00 - Browse repository at this point
Copy the full SHA 6031b00View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa9498 - Browse repository at this point
Copy the full SHA cfa9498View commit details
Commits on Dec 13, 2022
-
[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.
Configuration menu - View commit details
-
Copy full SHA for ca61341 - Browse repository at this point
Copy the full SHA ca61341View commit details -
[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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bad27d1 - Browse repository at this point
Copy the full SHA bad27d1View commit details
Commits on Dec 14, 2022
-
[beta] Add findDOMNode (#5357)
* [beta] Add findDOMNode * info Co-authored-by: Dan Abramov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2566a5 - Browse repository at this point
Copy the full SHA c2566a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eca28f - Browse repository at this point
Copy the full SHA 9eca28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d65144 - Browse repository at this point
Copy the full SHA 5d65144View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 06d472d - Browse repository at this point
Copy the full SHA 06d472dView commit details -
[Beta] createPortal API (#5362)
* [wip] createPortal * createPortal API * edits * more Co-authored-by: Dave McCabe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bb6d8c - Browse repository at this point
Copy the full SHA 3bb6d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 596b50c - Browse repository at this point
Copy the full SHA 596b50cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a9fe8d - Browse repository at this point
Copy the full SHA 7a9fe8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d87a27 - Browse repository at this point
Copy the full SHA 3d87a27View commit details
Commits on Dec 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 98bb99e - Browse repository at this point
Copy the full SHA 98bb99eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24a3e04 - Browse repository at this point
Copy the full SHA 24a3e04View commit details
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for add83fa - Browse repository at this point
Copy the full SHA add83faView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f4260 - Browse repository at this point
Copy the full SHA a7f4260View commit details -
[Beta] useLayoutEffect API (#5372)
* [Beta] useLayoutEffect API * more * tweak * bla
Configuration menu - View commit details
-
Copy full SHA for a8db9c0 - Browse repository at this point
Copy the full SHA a8db9c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aadd78 - Browse repository at this point
Copy the full SHA 1aadd78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84a1085 - Browse repository at this point
Copy the full SHA 84a1085View commit details -
[Beta] useEvent -> useEffectEvent (#5373)
* [Beta] useEvent -> useEffectEvent * tweak
Configuration menu - View commit details
-
Copy full SHA for 119177b - Browse repository at this point
Copy the full SHA 119177bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d542994 - Browse repository at this point
Copy the full SHA d542994View commit details
Commits on Dec 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c4d2a6d - Browse repository at this point
Copy the full SHA c4d2a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5385031 - Browse repository at this point
Copy the full SHA 5385031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6faa4f5 - Browse repository at this point
Copy the full SHA 6faa4f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 868d525 - Browse repository at this point
Copy the full SHA 868d525View commit details
Commits on Dec 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 966b7b8 - Browse repository at this point
Copy the full SHA 966b7b8View commit details
Commits on Dec 23, 2022
-
Adding a minor grammatical correction. (#5388)
Proposing a minor grammatical correction on the useEffect API documentation page for triggering an animation example section.
Configuration menu - View commit details
-
Copy full SHA for ff22655 - Browse repository at this point
Copy the full SHA ff22655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b9599 - Browse repository at this point
Copy the full SHA 39b9599View commit details
Commits on Dec 24, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for dc4d82b - Browse repository at this point
Copy the full SHA dc4d82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ad619 - Browse repository at this point
Copy the full SHA 89ad619View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 167603a - Browse repository at this point
Copy the full SHA 167603aView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for d981e00 - Browse repository at this point
Copy the full SHA d981e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a0f2e - Browse repository at this point
Copy the full SHA e2a0f2eView commit details -
[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 <[email protected]> * tweak Co-authored-by: Sophie Alpert <[email protected]> Co-authored-by: Dan Abramov <[email protected]> Co-authored-by: Strek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81b5f81 - Browse repository at this point
Copy the full SHA 81b5f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 302fb7a - Browse repository at this point
Copy the full SHA 302fb7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd9f3ea - Browse repository at this point
Copy the full SHA bd9f3eaView commit details
Commits on Dec 25, 2022
-
[Beta] Move Reference before Usage (#5399)
* [Beta] Move Reference before Usage * above -> below
Configuration menu - View commit details
-
Copy full SHA for 147bab9 - Browse repository at this point
Copy the full SHA 147bab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c793076 - Browse repository at this point
Copy the full SHA c793076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e689e - Browse repository at this point
Copy the full SHA 88e689eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3473846 - Browse repository at this point
Copy the full SHA 3473846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d51b16 - Browse repository at this point
Copy the full SHA 8d51b16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b68508 - Browse repository at this point
Copy the full SHA 4b68508View commit details
Commits on Dec 26, 2022
-
fix(typos): some small typos (#5401)
use name instead of title as in the data provided
Configuration menu - View commit details
-
Copy full SHA for 20252cb - Browse repository at this point
Copy the full SHA 20252cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddde7e8 - Browse repository at this point
Copy the full SHA ddde7e8View commit details
Commits on Dec 27, 2022
-
Fixed property "value" typo'd as "values" (#5404)
Travis Potter authoredDec 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 45e4b52 - Browse repository at this point
Copy the full SHA 45e4b52View commit details -
Minor grammatical correction (#5406)
Adding a minor grammatical correction to the useImperativeHandle hook API reference markdown page.
Configuration menu - View commit details
-
Copy full SHA for 2a3bcb6 - Browse repository at this point
Copy the full SHA 2a3bcb6View commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bcf7759 - Browse repository at this point
Copy the full SHA bcf7759View commit details
Commits on Dec 29, 2022
-
[Suspense](https://beta.reactjs.org/reference/react/Suspense) page has header `<Suspense>` lets you displays a fallback until its children have finished loading. Which should have been: `<Suspense>` lets you display a fallback until its children have finished loading.
Configuration menu - View commit details
-
Copy full SHA for afb7d7a - Browse repository at this point
Copy the full SHA afb7d7aView commit details -
Minor grammatical correction (#5407)
Fixing a minor grammatical correction/typo on the beta docs useImperativeHandle API reference page.
Configuration menu - View commit details
-
Copy full SHA for c7efb5c - Browse repository at this point
Copy the full SHA c7efb5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c4d58 - Browse repository at this point
Copy the full SHA 33c4d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for f741a42 - Browse repository at this point
Copy the full SHA f741a42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd0db0 - Browse repository at this point
Copy the full SHA 9cd0db0View commit details
Commits on Jan 1, 2023
-
[beta] Fix inconsistent anchor link on
flushSync
page (#5429)Could not find any usage of `create-root` in the docs. This makes existing links effectively 404 with regards to the anchor but this is a beta after all.
Configuration menu - View commit details
-
Copy full SHA for e77ba1e - Browse repository at this point
Copy the full SHA e77ba1eView commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0eba7f6 - Browse repository at this point
Copy the full SHA 0eba7f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b5a69 - Browse repository at this point
Copy the full SHA 46b5a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a64f6 - Browse repository at this point
Copy the full SHA e8a64f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for eefa33a - Browse repository at this point
Copy the full SHA eefa33aView commit details
Commits on Jan 6, 2023
-
Fix for ReactDOM.createRoot() example (#5437)
* Fix for ReactDOM.createRoot() example * Update createRoot.md Co-authored-by: dan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44390cd - Browse repository at this point
Copy the full SHA 44390cdView commit details -
[Beta] Add missing imports to ref pages (#5442)
* [Beta] Add missing imports to ref pages * Fix spaces
Configuration menu - View commit details
-
Copy full SHA for 05bf01d - Browse repository at this point
Copy the full SHA 05bf01dView commit details
Commits on Jan 7, 2023
-
Add missing X in starter Square component (#5445)
This change adds missing "X" character for starter Square component showcase in "Overview" section
Configuration menu - View commit details
-
Copy full SHA for b4ae933 - Browse repository at this point
Copy the full SHA b4ae933View commit details
Commits on Jan 8, 2023
-
Bump json5 from 1.0.1 to 1.0.2 in /beta (#5446)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 52b2d7d - Browse repository at this point
Copy the full SHA 52b2d7dView commit details -
Fix typos in Suspense.md, useDeferredValue.md & useTransition.md (#5450)
* Fix typo * Fix useDeferredValue & useTransition typos
Configuration menu - View commit details
-
Copy full SHA for 3ff6fe8 - Browse repository at this point
Copy the full SHA 3ff6fe8View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1d918b9 - Browse repository at this point
Copy the full SHA 1d918b9View commit details
Commits on Jan 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ddd3c7e - Browse repository at this point
Copy the full SHA ddd3c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f0da6 - Browse repository at this point
Copy the full SHA 09f0da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde02f8 - Browse repository at this point
Copy the full SHA cde02f8View commit details
Commits on Jan 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 905b367 - Browse repository at this point
Copy the full SHA 905b367View commit details -
Update broken link in "Synchronizing with effects" (#5461)
Update link to TanStack Query
Configuration menu - View commit details
-
Copy full SHA for 38bf76a - Browse repository at this point
Copy the full SHA 38bf76aView commit details
Commits on Jan 23, 2023
-
[Beta] Refactor navigation logic (#5492)
* Pass route lists explicitly * Inline MarkdownPage into Page * Pass breadcrumbs from above * Remove state from router utils * Pass section from above
Configuration menu - View commit details
-
Copy full SHA for c9e2e39 - Browse repository at this point
Copy the full SHA c9e2e39View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7425ccf - Browse repository at this point
Copy the full SHA 7425ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a260e0e - Browse repository at this point
Copy the full SHA a260e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd366ed - Browse repository at this point
Copy the full SHA dd366edView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd213e4 - Browse repository at this point
Copy the full SHA dd213e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e71c47a - Browse repository at this point
Copy the full SHA e71c47aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d2937 - Browse repository at this point
Copy the full SHA 60d2937View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9dd87c - Browse repository at this point
Copy the full SHA d9dd87cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 405870f - Browse repository at this point
Copy the full SHA 405870fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b57cb6 - Browse repository at this point
Copy the full SHA 7b57cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7320882 - Browse repository at this point
Copy the full SHA 7320882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b0be4f - Browse repository at this point
Copy the full SHA 3b0be4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef41566 - Browse repository at this point
Copy the full SHA ef41566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef6955 - Browse repository at this point
Copy the full SHA 5ef6955View commit details -
Configuration menu - View commit details
-
Copy full SHA for af255ea - Browse repository at this point
Copy the full SHA af255eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b8126a - Browse repository at this point
Copy the full SHA 5b8126aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8dcdf4 - Browse repository at this point
Copy the full SHA b8dcdf4View commit details -
Update tutorial-tic-tac-toe.md (#5458)
Change "and you code" to "and your code"
Configuration menu - View commit details
-
Copy full SHA for 79f5007 - Browse repository at this point
Copy the full SHA 79f5007View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1fd3538 - Browse repository at this point
Copy the full SHA 1fd3538View commit details -
[Beta] Responsive iframes (#5500)
* [Beta] Repsonsive iframes * Fix links
Configuration menu - View commit details
-
Copy full SHA for e8917a0 - Browse repository at this point
Copy the full SHA e8917a0View commit details
Commits on Jan 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for affb77d - Browse repository at this point
Copy the full SHA affb77dView commit details
Commits on Jan 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d4e063f - Browse repository at this point
Copy the full SHA d4e063fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 114ad3e - Browse repository at this point
Copy the full SHA 114ad3eView commit details
Commits on Jan 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5647a94 - Browse repository at this point
Copy the full SHA 5647a94View commit details
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e354061 - Browse repository at this point
Copy the full SHA e354061View commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 720b37f - Browse repository at this point
Copy the full SHA 720b37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0300f8a - Browse repository at this point
Copy the full SHA 0300f8aView commit details -
Update conference lists for beta docs (#5529)
* Update past conferences chronological list * Update React India 2023 dates on beta docs * Fix conference order for past conferences 2022 * Fix failing header id lint error : ; lld ;
Configuration menu - View commit details
-
Copy full SHA for 0da108f - Browse repository at this point
Copy the full SHA 0da108fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2aeca6 - Browse repository at this point
Copy the full SHA b2aeca6View commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6fa4673 - Browse repository at this point
Copy the full SHA 6fa4673View commit details
Commits on Feb 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 683db72 - Browse repository at this point
Copy the full SHA 683db72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e42ab - Browse repository at this point
Copy the full SHA d4e42abView commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa89af8 - Browse repository at this point
Copy the full SHA fa89af8View commit details
Commits on Feb 8, 2023
-
Conferences
: Move past conferences to past section (#5544)* Move past conferences to past section * Update ordering for past conferences, most recent first
Configuration menu - View commit details
-
Copy full SHA for 3514b23 - Browse repository at this point
Copy the full SHA 3514b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for d696cb1 - Browse repository at this point
Copy the full SHA d696cb1View commit details
Commits on Feb 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 47adefd - Browse repository at this point
Copy the full SHA 47adefdView commit details
Commits on Feb 14, 2023
-
fix: change experimental_useEvent to experimental_useEffectEvent in e…
…scape-hatches.md (#5573)
Configuration menu - View commit details
-
Copy full SHA for ae6147f - Browse repository at this point
Copy the full SHA ae6147fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5349488 - Browse repository at this point
Copy the full SHA 5349488View commit details
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3277c94 - Browse repository at this point
Copy the full SHA 3277c94View commit details
Commits on Feb 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b186df - Browse repository at this point
Copy the full SHA 1b186dfView commit details -
Forgotten import statement for
createElement
(#5601)Added `createElement` in the import statement since it was used within the code snippet but was not imported.
Configuration menu - View commit details
-
Copy full SHA for 8e36746 - Browse repository at this point
Copy the full SHA 8e36746View commit details
Commits on Feb 18, 2023
-
docs: fix
react-hooks/exhaustive-dependencies
typo (#5605)The rule is `exhaustive-deps`, not `exhaustive-dependencies`. Signed-off-by: Eng Zer Jun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63c7769 - Browse repository at this point
Copy the full SHA 63c7769View commit details
Commits on Feb 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36e8f49 - Browse repository at this point
Copy the full SHA 36e8f49View commit details
Commits on Feb 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0600fa4 - Browse repository at this point
Copy the full SHA 0600fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78dc96d - Browse repository at this point
Copy the full SHA 78dc96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 810cb70 - Browse repository at this point
Copy the full SHA 810cb70View commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b0ccb47 - Browse repository at this point
Copy the full SHA b0ccb47View commit details
Commits on Feb 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ec8b46d - Browse repository at this point
Copy the full SHA ec8b46dView commit details
Commits on Mar 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9104c77 - Browse repository at this point
Copy the full SHA 9104c77View commit details
Commits on Mar 3, 2023
-
It should be `useContext(AuthContext)` whereas it's `useContext(AuthProvider)`.
Configuration menu - View commit details
-
Copy full SHA for 38fbdaf - Browse repository at this point
Copy the full SHA 38fbdafView commit details -
Add React Norway to events pages (#5641)
* Add React Norway to conferences page * Add React Norway to beta docs events
Configuration menu - View commit details
-
Copy full SHA for c7db27b - Browse repository at this point
Copy the full SHA c7db27bView commit details
Commits on Mar 5, 2023
-
(tic-tac-toe) fix or-and in sentence (#5646)
* 🐛 (tic-tac-toe) fix or-and in sentence * chore: use an just like previous para --------- Co-authored-by: Delphine Bugner <[email protected]> Co-authored-by: Strek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba290ad - Browse repository at this point
Copy the full SHA ba290adView commit details
Commits on Mar 6, 2023
-
Update react-redux connect documentation link on HOC page to updated …
…react redux docs (#5624)
Configuration menu - View commit details
-
Copy full SHA for a9bcfaf - Browse repository at this point
Copy the full SHA a9bcfafView commit details
Commits on Mar 7, 2023
-
ghstack-source-id: fd330d5eeb1e050d792064492193dfbdabee24a5 Pull Request resolved: reactjs/react.dev#5658
Configuration menu - View commit details
-
Copy full SHA for fc42e16 - Browse repository at this point
Copy the full SHA fc42e16View commit details
Commits on Mar 8, 2023
-
Docs: Fix
useEffect
link typo inreact/useLayoutEffect.md
(#5661)* fix typo * fix typo
Configuration menu - View commit details
-
Copy full SHA for 41be527 - Browse repository at this point
Copy the full SHA 41be527View commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c1f905 - Browse repository at this point
Copy the full SHA 2c1f905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dc02c9 - Browse repository at this point
Copy the full SHA 1dc02c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfdb03a - Browse repository at this point
Copy the full SHA cfdb03aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19aa5b4 - Browse repository at this point
Copy the full SHA 19aa5b4View commit details
Commits on Mar 15, 2023
-
Update conferences.md (beta docs) (#5615)
* Update conferences.md (beta docs) Add Reactathon 2023 to the beta docs * fix syntax error
Configuration menu - View commit details
-
Copy full SHA for 0c59913 - Browse repository at this point
Copy the full SHA 0c59913View commit details -
Add Reactathon 2023 to upcoming conferences
Configuration menu - View commit details
-
Copy full SHA for 4c50846 - Browse repository at this point
Copy the full SHA 4c50846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 149d5ff - Browse repository at this point
Copy the full SHA 149d5ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a45fec9 - Browse repository at this point
Copy the full SHA a45fec9View commit details
Commits on Mar 16, 2023
-
* twk * more * twkg * bla * search bar, blog, misc polish * fixes * polish * fixes * polish * adding back select * change order on mobile * fixes * search fix * fix * make select chevron clickable * add isLoading boolean to example4 * wip * tweak * wip * rewire * wip * tweaks * wip * wip * twk * content * twk * twk * twk * fix * wip * adding community marquee * fix * polish * polish * optimize img * images * 8 images * stuff * swap * words * making the button fun * slightly more subtle * checking in OG images * tweak * words * lol * improve blog section * algolia.css improvements * words * fix * wat * Revert "8 images" This reverts commit 31c69ed78c310d7bfce359b10f334becb0bd8866. * wip * 8 images * add new badge and bottom align date * change icon * rm new for now * change icon * img * Revert "change icon" This reverts commit a2758b97b57dc9fddd661f73995fa014cd2d70eb. * mobile fixes for marquee * like button tweaks * polish * en dash * adding ctas * clean up images, wire up og * more subtle search * smaller divider * remove search shadow * cta * cleanup * cta * refactor * Revert "remove search shadow" This reverts commit a4e0d972117693b4afea91d131e6c3d4f934f6a4. * Revert "smaller divider" This reverts commit 0996b5bedeeaa2e3bb42e5ea18b784e438ded88a. * Revert "more subtle search" This reverts commit 734b5d7129e0fda20bd262bdab5c13ff88b56199. * scroll topg * tweaks * tweaks * cta * words * words * typo * batch of visual polish / touches * tweak * add subheader component * algolia css fixes * border * tweaks * tweak * polish * tweak * gradient text * flip gradient text * grad * gr * tweak * swap * reorder * rm * caps * updated fonts * top nav tweak * tweak * more rounded left/right bars * `Conferences`: Move past conferences to past section (#5544) * Move past conferences to past section * Update ordering for past conferences, most recent first * added React Nexus to conference list in beta docs (#5552) * Fix typo in flushSync docs (#5589) * fix: change experimental_useEvent to experimental_useEffectEvent in escape-hatches.md (#5573) * Fix typo in forwardRef Beta Docs Reference (#5570) * Fixed wrong debug command (#5596) * Forgotten import statement for `createElement` (#5601) Added `createElement` in the import statement since it was used within the code snippet but was not imported. * docs: fix `react-hooks/exhaustive-dependencies` typo (#5605) The rule is `exhaustive-deps`, not `exhaustive-dependencies`. Signed-off-by: Eng Zer Jun <[email protected]> * fix: correct prev link in `hello-world` (#5595) * fix typo (#5611) * Fix fonts * Update .gitignore * more preload * meh * fixes * fix missing * increase width * words * twl * put real images * blog fixes * all imgs * read more button * add react text on large screens * misc polish, new icons, footer tweaks * change pitfall icon * fix * add gradient * fix * blog updates * scroll lock * fit * blog tweaks * display * smaller images * tweaks * separate component * fix some hanging words * tinier images * even tinier I guess * small a11y fixes * minor * add experimental_ * check in images * compress * lazy load community * fix * outline * svg conf bgs * crush images * reorder images for balance * bg in case images don't load * RN CTA target=_blank * refactor * rmfixed * eager lazyg * dimensions * add some content vis * lock * detect scroll without event * ts * check * Revert "check" This reverts commit c4048920b7cfe9f32d735c8dda744e3831168ed4. * remove feedback on mobile * just "Go truly native" * anim-fix * fix stretching * tsc * more scroll perf * mobile nav fixes * z-index fix * z * next/link for CTA for scroll restoration and client-side nav * logo symmetry * curly quotes * fix * fix wrapping on mobile on platform section * highlights * polish * tweaks * fix safari * adjust outline above SearchInput * symmetry * spacing * tweak * nbsp * orphans * fix * no match * oops * extract posts * fixnav * let them play a bit more * don't animate until hydration * fix boundaries calc * fix og images * 404 * twks * fix likes * less aggro lock * no initial fadein * gpu * fix sticky * more opt * clearer * twk * wip * wip * wip * wip * post * tweak shadows * nav animation * twk * fix * fix grid alignment * fix * animation tweak * wip * stuff * recommend to * drop spin * link * edits * edit * twk * clarify * twk * twk * twk * link * edits * dates * fix * edits * words * fixes * refactor * tweak * twk * custom setups * expo --------- Signed-off-by: Eng Zer Jun <[email protected]> Co-authored-by: Dan Abramov <[email protected]> Co-authored-by: D <[email protected]> Co-authored-by: Sophie Alpert <[email protected]> Co-authored-by: Nick Foden <[email protected]> Co-authored-by: Kiran Abburi <[email protected]> Co-authored-by: Minh Nguyen <[email protected]> Co-authored-by: LamNVQ <[email protected]> Co-authored-by: Hyunseung Lee <[email protected]> Co-authored-by: BIKI DAS <[email protected]> Co-authored-by: Mark Evola <[email protected]> Co-authored-by: Eng Zer Jun <[email protected]> Co-authored-by: Xavi Lee <[email protected]> Co-authored-by: 이동현 <[email protected]> Co-authored-by: Dan Abramov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41f1ca2 - Browse repository at this point
Copy the full SHA 41f1ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 965cf17 - Browse repository at this point
Copy the full SHA 965cf17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3168f87 - Browse repository at this point
Copy the full SHA 3168f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7fc24 - Browse repository at this point
Copy the full SHA ff7fc24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f6c27d - Browse repository at this point
Copy the full SHA 6f6c27dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c580f3f - Browse repository at this point
Copy the full SHA c580f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdcdfc6 - Browse repository at this point
Copy the full SHA cdcdfc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for db93fb0 - Browse repository at this point
Copy the full SHA db93fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc1f776 - Browse repository at this point
Copy the full SHA dc1f776View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e8ba6 - Browse repository at this point
Copy the full SHA 90e8ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fde86f7 - Browse repository at this point
Copy the full SHA fde86f7View commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d53caa2 - Browse repository at this point
Copy the full SHA d53caa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 399e8ce - Browse repository at this point
Copy the full SHA 399e8ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e6a0c - Browse repository at this point
Copy the full SHA 19e6a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f6dc9 - Browse repository at this point
Copy the full SHA c1f6dc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2164d5 - Browse repository at this point
Copy the full SHA c2164d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f929d3 - Browse repository at this point
Copy the full SHA 9f929d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 657cd40 - Browse repository at this point
Copy the full SHA 657cd40View commit details
Commits on Mar 18, 2023
-
Update GitNation React conferences (#5697)
* Update GitNation React conferences Update GitNation React conferences and links to video recordigns * update remote type
Configuration menu - View commit details
-
Copy full SHA for 5952c6b - Browse repository at this point
Copy the full SHA 5952c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a88ea - Browse repository at this point
Copy the full SHA 70a88eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for adb0d85 - Browse repository at this point
Copy the full SHA adb0d85View commit details -
Display ctrl key in search bar for non-mac browsers (#5737)
* Add browser platform detection script (mac/win) * Hide platform specific content with css * Display ctrl + k in search bar on non-mac platforms * Update the platform detection comment
Configuration menu - View commit details
-
Copy full SHA for 5dcfeb6 - Browse repository at this point
Copy the full SHA 5dcfeb6View commit details -
The current value is broken, the header has the `.h-16` class name which equals to 4rem.
Configuration menu - View commit details
-
Copy full SHA for 50551f8 - Browse repository at this point
Copy the full SHA 50551f8View commit details -
Move the old site to another repo (#5739)
* Delete the old site from this repo * Remove old GH workflow * Remove other files
Configuration menu - View commit details
-
Copy full SHA for 4c2503a - Browse repository at this point
Copy the full SHA 4c2503aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd65dca - Browse repository at this point
Copy the full SHA dd65dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3eb15 - Browse repository at this point
Copy the full SHA 9e3eb15View commit details
Commits on Mar 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for febba57 - Browse repository at this point
Copy the full SHA febba57View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb47e2b - Browse repository at this point
Copy the full SHA cb47e2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c00e4bf - Browse repository at this point
Copy the full SHA c00e4bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fff3be - Browse repository at this point
Copy the full SHA 5fff3beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c640c6 - Browse repository at this point
Copy the full SHA 1c640c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e72964 - Browse repository at this point
Copy the full SHA 0e72964View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceaa729 - Browse repository at this point
Copy the full SHA ceaa729View commit details -
Configuration menu - View commit details
-
Copy full SHA for e565b43 - Browse repository at this point
Copy the full SHA e565b43View commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67721a6 - Browse repository at this point
Copy the full SHA 67721a6View commit details -
Fix invalid link to useEffect docs (#5773)
Updated link from /api/useEffect to /reference/react/useEffect
Configuration menu - View commit details
-
Copy full SHA for 1a11868 - Browse repository at this point
Copy the full SHA 1a11868View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2e89c - Browse repository at this point
Copy the full SHA fc2e89cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4f8c5 - Browse repository at this point
Copy the full SHA 8e4f8c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6f0af - Browse repository at this point
Copy the full SHA de6f0afView commit details -
* Refactor Footer * Fix grey line on dark homepage This is a bit of a hack. Our sections are contain: 'content' so the background doesn't stretch far enough. * Align horizontal lines * Fix Quick Start not having Prev/Next
Configuration menu - View commit details
-
Copy full SHA for ccc8a49 - Browse repository at this point
Copy the full SHA ccc8a49View commit details -
Configuration menu - View commit details
-
Copy full SHA for e60d5e5 - Browse repository at this point
Copy the full SHA e60d5e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19ad88b - Browse repository at this point
Copy the full SHA 19ad88bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a77fa55 - Browse repository at this point
Copy the full SHA a77fa55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1926e48 - Browse repository at this point
Copy the full SHA 1926e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca4444d - Browse repository at this point
Copy the full SHA ca4444dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce3adb8 - Browse repository at this point
Copy the full SHA ce3adb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2ea43 - Browse repository at this point
Copy the full SHA 4f2ea43View commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8eeff10 - Browse repository at this point
Copy the full SHA 8eeff10View commit details -
Configuration menu - View commit details
-
Copy full SHA for e17c47a - Browse repository at this point
Copy the full SHA e17c47aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe2a26 - Browse repository at this point
Copy the full SHA cbe2a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b4aa49 - Browse repository at this point
Copy the full SHA 6b4aa49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61bf23a - Browse repository at this point
Copy the full SHA 61bf23aView commit details -
fix toc to highlight the correct header on click (#5765)
* fix toc to highlight the correct header on click * fix case for when the toc has only a few headings
Configuration menu - View commit details
-
Copy full SHA for d0f94d1 - Browse repository at this point
Copy the full SHA d0f94d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b40432a - Browse repository at this point
Copy the full SHA b40432aView commit details -
docs: Disable lint in Code Example Preview unblock user from seeing i…
…nitial UI (#5762) * add eslint to disable lint error * Update removing-effect-dependencies.md --------- Co-authored-by: Teepob Harutaipree <[email protected]> Co-authored-by: dan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b329ad8 - Browse repository at this point
Copy the full SHA b329ad8View commit details -
FIX: Various 'hrefs' - 'beta.reactjs.org' -> 'react.dev' (#5768)
- add relative hrefs
Configuration menu - View commit details
-
Copy full SHA for 963829f - Browse repository at this point
Copy the full SHA 963829fView commit details -
Update startTransition.md (#5757)
Fix broken link to `useDeferredValue` reference
Configuration menu - View commit details
-
Copy full SHA for 75001de - Browse repository at this point
Copy the full SHA 75001deView commit details -
* fix: resolved conflicts * Remove un-used file --------- Co-authored-by: Asif Vora <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fecaa1e - Browse repository at this point
Copy the full SHA fecaa1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b7706 - Browse repository at this point
Copy the full SHA 52b7706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 113f509 - Browse repository at this point
Copy the full SHA 113f509View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5339120 - Browse repository at this point
Copy the full SHA 5339120View commit details
Commits on Mar 22, 2023
-
Fix search modal not disappearing on Enter (#5794)
* Remove dead prop * Use React.lazy * Render at most one dialog at a time
Configuration menu - View commit details
-
Copy full SHA for 8de8a03 - Browse repository at this point
Copy the full SHA 8de8a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2978946 - Browse repository at this point
Copy the full SHA 2978946View commit details -
Add React Labs March 2023 blog post (#5798)
* Add React Labs March 2023 blog post * Remove smart quotes * Fix typo * Fix smart quote direction * edits * edits * clean up asset loading section * more edits * better summary for blogcard * Add additional context to offscreen section I expanded the Offscreen rendering section a bit to deemphasize the API itself and focus more on the high level capabilities it will unlock. Since 1) it's unlikely <Offscreen> is the final API 2) most React developers will not use it directly. * Tweak to sentence in offscreen section * fix minor typo * edits * merge * upd * oops * twk * Update src/content/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023.md Co-authored-by: lauren <[email protected]> * Update src/content/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023.md Co-authored-by: lauren <[email protected]> * oops * edits * edits * ok --------- Co-authored-by: Andrew Clark <[email protected]> Co-authored-by: Dan Abramov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b0c5e3 - Browse repository at this point
Copy the full SHA 1b0c5e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f35d5 - Browse repository at this point
Copy the full SHA 78f35d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e108143 - Browse repository at this point
Copy the full SHA e108143View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfff349 - Browse repository at this point
Copy the full SHA dfff349View commit details -
Configuration menu - View commit details
-
Copy full SHA for c637579 - Browse repository at this point
Copy the full SHA c637579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c1fa0b - Browse repository at this point
Copy the full SHA 3c1fa0bView commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d297a2 - Browse repository at this point
Copy the full SHA 7d297a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9af9f5 - Browse repository at this point
Copy the full SHA b9af9f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f8bd30 - Browse repository at this point
Copy the full SHA 2f8bd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc8d1d - Browse repository at this point
Copy the full SHA ccc8d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72dfcec - Browse repository at this point
Copy the full SHA 72dfcecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b313b9 - Browse repository at this point
Copy the full SHA 4b313b9View commit details -
Update "top level" language to be less ambiguous with "levelContext" …
…(#5807) We use "top level" all over the docs, but this specific topic uses a different meaning of "level". If you're learning about passing context across multiple "levels" of components, this is actually pretty confusing and makes you think you can only useContext at, for example, the top level of your app.
Configuration menu - View commit details
-
Copy full SHA for 7f04124 - Browse repository at this point
Copy the full SHA 7f04124View commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a12d33 - Browse repository at this point
Copy the full SHA 8a12d33View commit details -
Resolved the Tailwind CSS conflicts (#5814)
* Resolved the CSS conflict * Resolved the CSS conflicts in other files
Configuration menu - View commit details
-
Copy full SHA for 9f89fff - Browse repository at this point
Copy the full SHA 9f89fffView commit details -
Remove superfluous word 'like' (#5813)
'Your Effect would look like similar to this' -> 'Your Effect would look similar to this'
Configuration menu - View commit details
-
Copy full SHA for f68a91b - Browse repository at this point
Copy the full SHA f68a91bView commit details
Commits on Mar 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e18bb3b - Browse repository at this point
Copy the full SHA e18bb3bView commit details
Commits on Mar 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5fd79c - Browse repository at this point
Copy the full SHA e5fd79cView commit details
Commits on Mar 28, 2023
-
Docs: Update sentence about Next.js static export (#5837)
* Update sentence about static export Support for static exports will be available in v13.3 (coming soon) * Add also*
Configuration menu - View commit details
-
Copy full SHA for 401ca1a - Browse repository at this point
Copy the full SHA 401ca1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ce846 - Browse repository at this point
Copy the full SHA d1ce846View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f7308c - Browse repository at this point
Copy the full SHA 7f7308cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53f6bb7 - Browse repository at this point
Copy the full SHA 53f6bb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c91bc - Browse repository at this point
Copy the full SHA 81c91bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1ec56 - Browse repository at this point
Copy the full SHA 5e1ec56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f296c6 - Browse repository at this point
Copy the full SHA 7f296c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for faa395f - Browse repository at this point
Copy the full SHA faa395fView commit details -
* Use regular font for body text * Use primary text color for content area * Keep medium font for nav * Add italics * Hook up more fonts
Configuration menu - View commit details
-
Copy full SHA for 6b22284 - Browse repository at this point
Copy the full SHA 6b22284View commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 881f928 - Browse repository at this point
Copy the full SHA 881f928View commit details
Commits on Mar 31, 2023
-
Adding Conference - Chain React 2023 - Portland, USA (#5852)
* adding-chain-reaction-2023-conference * adding-chain-reaction-2023-conference
Configuration menu - View commit details
-
Copy full SHA for 8f05b84 - Browse repository at this point
Copy the full SHA 8f05b84View commit details -
Fix typo in updating-arrays-in-state.md
Thanks to Alex H for reporting.
Configuration menu - View commit details
-
Copy full SHA for 9f0f1c1 - Browse repository at this point
Copy the full SHA 9f0f1c1View commit details
Commits on Apr 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5273fe2 - Browse repository at this point
Copy the full SHA 5273fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f37ef36 - Browse repository at this point
Copy the full SHA f37ef36View commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a905bc5 - Browse repository at this point
Copy the full SHA a905bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 052126d - Browse repository at this point
Copy the full SHA 052126dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d818391 - Browse repository at this point
Copy the full SHA d818391View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4d2dbad - Browse repository at this point
Copy the full SHA 4d2dbadView commit details
Commits on Apr 5, 2023
-
Fix casing for consistency (#5881)
There's 5 instances in this document in which the casing of a file name begins with lower case, which makes it inconsisnent both with the page and the entire tutorial.
Configuration menu - View commit details
-
Copy full SHA for b19af54 - Browse repository at this point
Copy the full SHA b19af54View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9922db - Browse repository at this point
Copy the full SHA d9922dbView commit details
Commits on Apr 6, 2023
-
Clarify a code snippet is incomplete (#5888)
* matched the curly braces #issues5887 Added matched the curly braces on the official website tutorial. #issues5887 * Update index.md --------- Co-authored-by: dan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f681f76 - Browse repository at this point
Copy the full SHA f681f76View commit details -
Fixed a wrong state name in explanation; renamed state name to follow…
… naming convention (#5886)
Configuration menu - View commit details
-
Copy full SHA for afffd7f - Browse repository at this point
Copy the full SHA afffd7fView commit details -
Fix improper idiom usage (#5883)
* Fix casing for consistency There's 5 instances in this document in which the casing of a file name begins with lower case, which makes it inconsisnent both with the page and the entire tutorial. * Fix improper idiom usage The phrase "most of the times" is incorrect and would only make sense in the context of a larger sentence. The phrase is actually "most of the time" and is used in place of "usually".
Configuration menu - View commit details
-
Copy full SHA for d58ca81 - Browse repository at this point
Copy the full SHA d58ca81View commit details -
Configuration menu - View commit details
-
Copy full SHA for a76a598 - Browse repository at this point
Copy the full SHA a76a598View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d0cbf - Browse repository at this point
Copy the full SHA c9d0cbfView commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84810c5 - Browse repository at this point
Copy the full SHA 84810c5View commit details -
fix: remove unnecessary useState in code examples (#5879)
Update referencing-values-with-refs.md
Configuration menu - View commit details
-
Copy full SHA for 61f35c5 - Browse repository at this point
Copy the full SHA 61f35c5View commit details
Commits on Apr 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cdc9917 - Browse repository at this point
Copy the full SHA cdc9917View commit details
Commits on Apr 12, 2023
-
Fix: typo in "Animation Event Handler function" example
Configuration menu - View commit details
-
Copy full SHA for 54c1df1 - Browse repository at this point
Copy the full SHA 54c1df1View commit details -
Legacy API, Component: fix href for getDerivedStateFromProps (#5908)
* Legacy API, Component: fix href for getDerivedStateFromProps * Legacy API, Component: fix href for getDerivedStateFromProps
Configuration menu - View commit details
-
Copy full SHA for fd67629 - Browse repository at this point
Copy the full SHA fd67629View commit details -
* fix: url * fix: check if it works * fix * fix * use legacy link * chore: add to vercel.json
Configuration menu - View commit details
-
Copy full SHA for c85ce70 - Browse repository at this point
Copy the full SHA c85ce70View commit details
Commits on Apr 13, 2023
-
Fix minor grammar mistakes (#5900)
* Fix minor grammar mistakes * Apply suggestions from code review --------- Co-authored-by: Sophie Alpert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3119dd4 - Browse repository at this point
Copy the full SHA 3119dd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84c44be - Browse repository at this point
Copy the full SHA 84c44beView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7672ef - Browse repository at this point
Copy the full SHA b7672efView commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2a97d0 - Browse repository at this point
Copy the full SHA c2a97d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9c6441 - Browse repository at this point
Copy the full SHA b9c6441View commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 543c7a0 - Browse repository at this point
Copy the full SHA 543c7a0View commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf5649e - Browse repository at this point
Copy the full SHA cf5649eView commit details