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

Open console and you can see json file error

https://react.dev/blog/2018/06/07/you-probably-dont-need-derived-state The page is not redirected to `legacy.reactjs.org`. And https://legacy.reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state is also 404 (missing `.html`). https://legacy.reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html is fine.

Update Algolia DocSearch to latest version. ![image](https://user-images.githubusercontent.com/1442690/225873627-fef13207-e429-4eeb-8b71-737124a65df3.png)

CLA Signed
beta

For the solution to the third challenge in the [Updating Arrays in State](https://beta.reactjs.org/learn/updating-arrays-in-state#updating-objects-inside-arrays) page, it uses the following function: ```javascript function handleAddTodo(title) { setTodos([ ...todos, { id: nextId++, title: title,...

feedback

The useEffect example in the "Synchronizing with Effects" could use a different example, maybe like a window.scrollX or a window.scrollY instead of e.clientX and e.clientY as they don't exist on...

After the new launch of the new website, the atom feed url of the old website does not redirect to the new feed url. I expect that https://reactjs.org/feed.xml links to...

When I was browsing this link below - https://react.dev/versions Got this error - `This page doesn’t exist`

beta

seems like a bug the accordions are currently collapsing only when some other accordion is clicked, this should not be the case as the user should be able to manually...

Add default value of 'No Videos Yet' to emptyHeading prop in Example 2 to make it clear that this is the heading displayed when videos is empty, not an "empty...

CLA Signed
beta

RSS is still a thing. The old one (reactjs.org) had an RSS feed and it was very convenient.