Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with react.dev @ a5aad0d5 #82

Open
wants to merge 341 commits into
base: main
Choose a base branch
from
Open

Conversation

react-translations-bot
Copy link
Collaborator

This PR was automatically generated.

Merge changes from react.dev at a5aad0d

The following files have conflicts and may need new translations:

Please fix the conflicts by pushing new commits to this pull request, either by editing the files directly on GitHub or by checking out this branch.

DO NOT SQUASH MERGE THIS PULL REQUEST!

Doing so will "erase" the commits from main and cause them to show up as conflicts the next time we merge.

jackpope and others added 30 commits March 11, 2024 15:08
It seems like these localhost references were being stripped out anyway,
so this isn't a bugfix but just a small cleanup.
This PR adds a new Rules of React reference section that covers the major rules that help developers author idiomatic React apps.

---------

Co-authored-by: Sathya Gunasekaran <[email protected]>
Small change to match the sidebar order.
Co-authored-by: Sebastian Silbermann <[email protected]>
Co-authored-by: Allison Strandberg <[email protected]>
This example contains a list of person objects, but only the first 3 have id properties. This appears to be a mistake; in the next use of the list all 5 person objects have this property, but it is not changed as part of an instructive exercise.

This change makes the final two with objects consistent with the remainder of the list.
`an text area` -> `a text area`
`an discussion` -> `a discussion`
Noticed this randomly and couldn't unsee it, so here's a quick PR to
fix.
* 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
* Add docs for onCaughtError and onUncaughtError

* Updates from feedback
Note that this component is not actually expandable and the ref got likely unused when that was removed
* 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
Tickets are sold out, update the text.
* 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]>
* Add documentation for ref cleanup functions

* Contain changes within canary block
* move useFormState api

* add redirect

* use React DOM as the name
piotrski and others added 29 commits December 16, 2024 16:13
… React Native (#7369)

* docs[compiler]: clarify React DevTools support for Compiler Badges in React Native

* Update react-compiler.md

* Update react-compiler.md

---------

Co-authored-by: dan <[email protected]>
* fix: remove forwardref from useImperativeHandle docs

* Make changes more focused

* Update useImperativeHandle.md

---------

Co-authored-by: dan <[email protected]>
In the section "Importing Server Functions from Client Components"

updated "createNoteAction" to "createNote"  to match the function name in the example
Added React Universe Conf 2025 to the list of conferences
Co-authored-by: Sebastian Markbåge <[email protected]>
Co-authored-by: Rick Hanlon <[email protected]>
Co-authored-by: eps1lon <[email protected]>
* Update Conferences Lists for 2025

* fix typo

* Fix typo
* Update conferences.md for CityJS Athens and London Events

Dear people, I would really appreciate if you include our community events on your website. It might not be titled as React conferences but it does have a lot of React on it! Thank you it is very much appreciated.

* Update conferences.md

Removed spaces as requested.
Reuses the main repo's workflow to label if a PR is opened by a core team member.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment