react.dev
react.dev copied to clipboard
The React documentation website
What I think that It should go the page I just viewed, rather than go back to index page.
Since React 17 docs (https://**17**.reactjs.org) just like translated in other languages docs фку on the subdomain (https://**ru**.reactjs.org) I can't find 17 docs in my language
PR related to https://github.com/reactjs/reactjs.org/pull/5202 Replaces the keyboard shortcut displayed within the search bar with `Ctrl K` on non-Mac platforms. Search bar shortcut displayed on Mac:  Search bar shortcut displayed...
This fixes the following issue: https://github.com/reactjs/reactjs.org/issues/5725 `::-webkit-scrollbar` offsets its containing element's width in browsers that support it. This PR overlays the scrollbar so the containing element's width is not affected...
Change for: 1. ref in deps array doesn't have any effect. 2. `Boolean(ref)` is always true. Some other question: As [doc](https://react.dev/learn/removing-effect-dependencies#to-change-the-dependencies-change-the-code:~:text=We%20recommend%20treating%20the%20dependency%20lint%20error%20as%20a%20compilation%20error.%20If%20you%20don%E2%80%99t%20suppress%20it%2C%20you%20will%20never%20see%20bugs%20like%20this.%20The%20rest%20of%20this%20page%20documents%20the%20alternatives%20for%20this%20and%20other%20cases.) says, u should not suppress deps linter. In user...
The scroll bar on the left sidebar hides on hovering the cursor or on clicking on it. Following is an attached GIF of the same issue.  OS: Windows 10...
On browsers that support `::webkit-scrollbar`, the navigation width is offset by the width of the scrollbar, hence not exactly 100% of the overflowing parent. In other browsers (e.g. Firefox, iOS...
### I recently visited the official ReactJS documentation website and noticed a feedback button. After submitting my feedback through the button, I noticed that it did not disappear, causing me...