react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

The React documentation website

Results 680 react.dev issues
Sort by recently updated
recently updated
newest added
trafficstars

### Summary Support use local language search on a translation website ### Page https://zh-hans.react.dev/, https://ja.react.dev/ etc.. ### Details such as search フック on japen: ![image](https://github.com/reactjs/react.dev/assets/14935777/3efebebc-613e-4030-ae05-37a8303bded9) search 状态 on Chinese: ![image](https://github.com/reactjs/react.dev/assets/14935777/90388c4f-92d3-4b8c-a441-1ea5963e6342)...

type: documentation

### Summary We often want to provide a "retry" button in the error state of the error boundary. An example how to combine this with the `use` hook would be...

type: documentation

- Updated external actions to the latest version (except for the `upload-artifact`). Close #5961 (partially) - `upload-artifact` was bumped to v3, as I'm not sure about the required unique artifact...

CLA Signed

Taken from https://github.com/facebook/react/issues/27338, these are the helpful points which helped me resolve my issue (old version of Chrome) and which I would have expected to be part of the documentation.

CLA Signed

### Name Vike ### Homepage https://vike.dev ### Install instructions - [vike.dev/new](https://vike.dev/new) (for using Vike with [vike-react](https://vike.dev/vike-react)) - [`npm create vike-core@latest`](https://vike.dev/new#without-vike-extension) (for using Vike with a manual React integration) ### Is...

type: framework

In the documentation, the styling is really confusing. Here's an example, taken from [the docs for `createContext`](https://react.dev/reference/react/createContext) in dark mode, although the issue is present in light mode as well:...

I was reading about React fibre architecture from github account https://github.com/acdlite/react-fiber-architecture?tab=readme-ov-file there were a link was hyperlinked regarding further information of diffing/reconciliation algorithm but upon clicking on the hyperlink I...

### Summary Hello 👋 1. useActionState should return `[state, formAction, isPending]`, not just `[state, formAction]` 2. The doc make it unclear if we can actually use this hook **outside** of...

type: typos

The example here would cause a `TypeError: Assignment to constant variable.` https://github.com/reactjs/react.dev/blob/f055f8f3c2c9a8e5dbfe3a57e5a63b7769075abc/src/content/reference/rules/components-and-hooks-must-be-pure.md?plain=1#L236-L241

The webpack loader snippet for React Compiler has a missing comma:

CLA Signed