-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync with react.dev @ 556063bd #645
Commits on Apr 2, 2024
-
Fix inconsistent link underline on hover (#6731)
Noticed this randomly and couldn't unsee it, so here's a quick PR to fix.
Configuration menu - View commit details
-
Copy full SHA for 712556c - Browse repository at this point
Copy the full SHA 712556cView commit details
Commits on Apr 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93177e6 - Browse repository at this point
Copy the full SHA 93177e6View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7103d8 - Browse repository at this point
Copy the full SHA a7103d8View commit details
Commits on Apr 10, 2024
-
Fixes #6693: fixes search functionality on iOS devices (#6743)
* change isOpen variable in TopNav component to isMenuOpen to differentiate from isOpen props in Search component change setIsOpen to setIsMenuOpen in TopNav component * move initialization of ShowSearch state to top-level of TopNav component organize hook initializations in TopNav component: useState, useRef, useRouter * remove initialYScroll prop from DocSearchModal component to fix search functionality on ios devices
Configuration menu - View commit details
-
Copy full SHA for 11a7479 - Browse repository at this point
Copy the full SHA 11a7479View commit details -
Configuration menu - View commit details
-
Copy full SHA for 342fddb - Browse repository at this point
Copy the full SHA 342fddbView commit details
Commits on Apr 11, 2024
-
Add docs for onCaughtError and onUncaughtError (#6742)
* Add docs for onCaughtError and onUncaughtError * Updates from feedback
Configuration menu - View commit details
-
Copy full SHA for db2dc7f - Browse repository at this point
Copy the full SHA db2dc7fView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2749eb4 - Browse repository at this point
Copy the full SHA 2749eb4View commit details -
[easy] remove unused ref in ExpandableCallout.tsx (#6755)
Note that this component is not actually expandable and the ref got likely unused when that was removed
Configuration menu - View commit details
-
Copy full SHA for 56ca8f1 - Browse repository at this point
Copy the full SHA 56ca8f1View commit details
Commits on Apr 17, 2024
-
* in \[errorCode\].tsx, wrapped parsedContent in a div and applied styling of white-space: pre-wrap to preserve whitespace and break on newline chars * updated styling to tailwind class
Configuration menu - View commit details
-
Copy full SHA for c2180a3 - Browse repository at this point
Copy the full SHA c2180a3View commit details
Commits on Apr 19, 2024
-
Update SocialBanner.tsx (#6763)
Tickets are sold out, update the text.
Configuration menu - View commit details
-
Copy full SHA for 37a8d64 - Browse repository at this point
Copy the full SHA 37a8d64View commit details
Commits on Apr 22, 2024
-
API docs for useDeferredValue's initialValue (#6747)
* API docs for useDeferredValue's initialValue Updates the API docs for `useDeferredValue` to include the `initialValue` option, added in facebook/react#27500. This feature is slated for release in React 19. * Add docs for onCaughtError and onUncaughtError (#6742) * Add docs for onCaughtError and onUncaughtError * Updates from feedback * Add canary info, simplify a bit --------- Co-authored-by: Ricky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07cbd00 - Browse repository at this point
Copy the full SHA 07cbd00View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8afd94 - Browse repository at this point
Copy the full SHA f8afd94View commit details -
Add documentation for ref cleanup functions (#6770)
* Add documentation for ref cleanup functions * Contain changes within canary block
Configuration menu - View commit details
-
Copy full SHA for cdd2fdd - Browse repository at this point
Copy the full SHA cdd2fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fb2f0d - Browse repository at this point
Copy the full SHA 9fb2f0dView commit details
Commits on Apr 25, 2024
-
Rename useFormState to useActionState (#6776)
* move useFormState api * add redirect * use React DOM as the name
Configuration menu - View commit details
-
Copy full SHA for 4f55010 - Browse repository at this point
Copy the full SHA 4f55010View commit details -
Add blog posts for React 19 Beta (#6778)
* Blog posts for React 19 * Feedback * Feedback * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Josh Story <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Noah Lemen <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Matt Carroll <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Matt Carroll <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Noah Lemen <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Noah Lemen <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Noah Lemen <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Noah Lemen <[email protected]> * Update src/content/blog/2024/04/25/react-19.md * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Matt Carroll <[email protected]> * Thanks * Apply suggestions from code review Co-authored-by: Matt Carroll <[email protected]> Co-authored-by: Sebastian Silbermann <[email protected]> * Feedback * nit * Issue link --------- Co-authored-by: Josh Story <[email protected]> Co-authored-by: Noah Lemen <[email protected]> Co-authored-by: Matt Carroll <[email protected]> Co-authored-by: Sebastian Silbermann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 191852a - Browse repository at this point
Copy the full SHA 191852aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 412b733 - Browse repository at this point
Copy the full SHA 412b733View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a316a - Browse repository at this point
Copy the full SHA c8a316aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0078b50 - Browse repository at this point
Copy the full SHA 0078b50View commit details -
Fix code example in React-19
useOptimistic
section (#6781)should assign the result of updateName Co-authored-by: Tim Neutkens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 317dcf3 - Browse repository at this point
Copy the full SHA 317dcf3View commit details -
[React19-blog]: Make use(context) example easier to understand (#6783)
* Make use(Context) example easier to understand * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Ricky <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Ricky <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Ricky <[email protected]> * Update src/content/blog/2024/04/25/react-19.md Co-authored-by: Ricky <[email protected]> --------- Co-authored-by: Ricky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9afcbf6 - Browse repository at this point
Copy the full SHA 9afcbf6View commit details -
refines the messaging to clarify that Server Components the feature i…
…s stable but the packages you work with as a framework and bundler will approach API stability (#6782)
Configuration menu - View commit details
-
Copy full SHA for 9aa8e82 - Browse repository at this point
Copy the full SHA 9aa8e82View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd0964 - Browse repository at this point
Copy the full SHA cdd0964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 526d7b4 - Browse repository at this point
Copy the full SHA 526d7b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64beb65 - Browse repository at this point
Copy the full SHA 64beb65View commit details -
Co-authored-by: Dom Zhu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cbed3e - Browse repository at this point
Copy the full SHA 8cbed3eView commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e09ff1c - Browse repository at this point
Copy the full SHA e09ff1cView commit details -
Better use(Promise) example in 19 blog (#6790)
* Better use(Promise) example in 19 blog * Better use(Promise) example in 19 blog
Configuration menu - View commit details
-
Copy full SHA for e45ac55 - Browse repository at this point
Copy the full SHA e45ac55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 057f35c - Browse repository at this point
Copy the full SHA 057f35cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f664028 - Browse repository at this point
Copy the full SHA f664028View commit details -
* Add rss feed * Add rss feed * rss readers don't like å characters
Configuration menu - View commit details
-
Copy full SHA for cf53cb5 - Browse repository at this point
Copy the full SHA cf53cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc1020a - Browse repository at this point
Copy the full SHA bc1020aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 845a281 - Browse repository at this point
Copy the full SHA 845a281View commit details -
Configuration menu - View commit details
-
Copy full SHA for 807001c - Browse repository at this point
Copy the full SHA 807001cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 537bd05 - Browse repository at this point
Copy the full SHA 537bd05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1c6e3 - Browse repository at this point
Copy the full SHA 8c1c6e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01edd5c - Browse repository at this point
Copy the full SHA 01edd5cView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c53b48 - Browse repository at this point
Copy the full SHA 9c53b48View commit details
Commits on Apr 30, 2024
-
Add versions page and nav version (#6814)
* Add versions page and nav version * Move version to siteConfig.js * Fix typo * Set to 18.3.1, use siteConfig in reference sidebar * Redirect 18.react.dev to react.dev for now * Fix stray bullet
Configuration menu - View commit details
-
Copy full SHA for 3981ffe - Browse repository at this point
Copy the full SHA 3981ffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d306f - Browse repository at this point
Copy the full SHA 86d306fView commit details -
* Update typescript.md Fix punctuation. * Update src/content/learn/typescript.md --------- Co-authored-by: Ricky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d0aca1 - Browse repository at this point
Copy the full SHA 6d0aca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e538800 - Browse repository at this point
Copy the full SHA e538800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df378f - Browse repository at this point
Copy the full SHA 1df378fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd67d1 - Browse repository at this point
Copy the full SHA 3dd67d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5ee38 - Browse repository at this point
Copy the full SHA 6f5ee38View commit details -
* Try next/image * Fix styles.css * rm unneeded styles * priority=true * tweaks * Static height * tweak * priority
Configuration menu - View commit details
-
Copy full SHA for 74697fb - Browse repository at this point
Copy the full SHA 74697fbView commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7062b8d - Browse repository at this point
Copy the full SHA 7062b8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb0d26 - Browse repository at this point
Copy the full SHA bdb0d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dbd67a - Browse repository at this point
Copy the full SHA 0dbd67aView commit details -
Add "Languages" navigation and article (#6382)
* Add new article "Translations" * Add "languages" button in TopNav * Add link to English (main) site * Split deployedTranslations into multiple lines * Fix build error regarding types * Address some review comments - deployedTranslations => finishedTranslations - showTranslated => progress - English fixes * Update src/content/community/translations.md Co-authored-by: Ricky <[email protected]> * Update src/content/community/translations.md --------- Co-authored-by: Ricky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e1f5cd - Browse repository at this point
Copy the full SHA 9e1f5cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f8ff3 - Browse repository at this point
Copy the full SHA a2f8ff3View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6450b9 - Browse repository at this point
Copy the full SHA a6450b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e69ec58 - Browse repository at this point
Copy the full SHA e69ec58View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4a9a76 - Browse repository at this point
Copy the full SHA d4a9a76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e1ff1a - Browse repository at this point
Copy the full SHA 0e1ff1aView commit details
Commits on May 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 556063b - Browse repository at this point
Copy the full SHA 556063bView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e046d3 - Browse repository at this point
Copy the full SHA 1e046d3View commit details