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 @ bb3a0f5c #258

Open
wants to merge 223 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 bb3a0f5

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.

irshathcodes and others added 30 commits April 24, 2023 17:01
* Make bundle analysis workflow less fragile

* Use sticky comment action
The actual dom nodes that are siblings are the h1 and article nodes
* Add key param to createPortal reference

* Update createPortal.md

* Update createPortal.md

* Update createPortal.md

---------

Co-authored-by: dan <dan.abramov@gmail.com>
The sentence reads:

In this solution, two separate conditions are used to insert a space between then name and the importance label.

It should read:
In this solution, two separate conditions are used to insert a space between the name and the importance label.
This reverts commit aa88d8a.
* Revert "Revert "Canaries blog post""

This reverts commit 9a865fd.

* words

---------

Co-authored-by: Sophie Alpert <git@sophiebits.com>
…(#6003)

Mounting with Suspense and Offscreen can happen multiple times. This removes some wording that implies a that effects / lifecycle hooks only happen on first mount.
Otherwise the address is being offset to the right when the refresh icon is not displayed
… (#6026)

* Add accessibility note to interactivity section in the new React docs

* Add a11y note to Responding to Events section

* Update responding-to-events.md

---------

Co-authored-by: dan <dan.abramov@gmail.com>
* Upgrade React and Next

* Fix bug in useNestedScrollLock

I guess refs get disconnected before passive effect cleanup runs. useLayoutEffect would also fix it but maybe this is better.
* Fix manipulating-the-dom-with-refs

* Update manipulating-the-dom-with-refs.md

---------

Co-authored-by: dan <dan.abramov@gmail.com>
michellebakels and others added 29 commits January 18, 2024 20:56
* Add guiding note

* Update sandbox to include event handlers
* Add template for applying to add a new React framework

* update

* grammar

* Add form templates

* Update .github/ISSUE_TEMPLATE/config.yml

Co-authored-by: Strek <ssharishkumar@gmail.com>

* correct link

---------

Co-authored-by: Ricky Hanlon <rickhanlonii@gmail.com>
Co-authored-by: Ricky <rickhanlonii@fb.com>
Co-authored-by: Strek <ssharishkumar@gmail.com>
…to Input with State subsection - First city quiz - index.js (#6591)
* Initial Float docs for hoistable/semantic elements
* Initial docs for Float functions: preconnect, prefetchDNS, preinit, preinitModule, preload, preloadModule
Fix the grammar in the documentation.
* Fix some typos

* Fix another typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment