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 @ 0f2284dd #283

Open
wants to merge 390 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 0f2284d

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.

DhanushShettyH and others added 30 commits November 3, 2023 12:31
* Edits for new "use client" content

* Apply suggestions from code review

Co-authored-by: Luna <lunaleaps@gmail.com>

---------

Co-authored-by: Luna <lunaleaps@gmail.com>
Summary of changes:
"Server Action", like "Effect", is a React-specific notion
that would be benefited from captailization to be distinguished
from its genertic meaning.

It seems like [Next doc](https://nextjs.org/docs/app/api-reference/functions/server-actions)
has also adopted such connventions and we should probably do the same.

Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
Summary of changes:
following <reactjs/react.dev#6417>

Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
Summary of changes:
See <reactjs/react.dev#6417>

Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
Co-authored-by: Luna Wei <luwe@fb.com>
Summary of changes:
See <reactjs/react.dev#6417>.

There is one exception though. The error message
“Rendered fewer hooks than expected” from React is indeed "hooks"
so I kept as-is. Shall we change the error message from React?

Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
Summary of changes:
See <reactjs/react.dev#6417>

Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
Summary of changes:
See <reactjs/react.dev#6417>

Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
…(#6445)

* Fix: component not returned

* Fix: missing function statement
Summary of changes:
There is one "TypeScript strict mode" that is kept unchanged.

Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
this way "cannot be marked" is all the same style and you don't skim the link text and gloss over the "cannot be"
* fix(sandpack-template): use custom react sandpack template

* refactor: Remove console.log statement

Remove console.log(filePath); from createFileMap.ts

* style: Update file paths in Sandpack components

Update file paths in Sandpack components to use root folder and variables
* feat: add react india 2024

* update: move react india 2024 in date order

* update: move conferences to past section

* refactor: sort past conferences
…6496)

* specify which sandbox files go in src directory

* fix some stragglers
yaolifeng0629 and others added 29 commits June 12, 2024 11:19
Added missing comma to the codesample.
Expo now has its own instructions for enabling the compiler.
Co-authored-by: Sebastian Silbermann <sebastian.silbermann@vercel.com>
…(#7108)

* Emphasize the second problem acapit with chain of effects example

* Replace 'One' with 'First' to keep problems counting consistent
PR to add Radv 2024 conference
Co-authored-by: Tom Eastman <tom@eastman.nz>
* Update conferences.md, add conference

* Update conferences.md

---------

Co-authored-by: Eli White <github@eli-white.com>
…… (#6691)

* Changed the documentation of the subscribe argument to a more accurate one.

* Update useSyncExternalStore.md

---------

Co-authored-by: Sophie Alpert <git@sophiebits.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment