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

Adding Extremely sorry if I made any mistakes :( _Corrected version of #4805_

CLA Signed
beta

Added Bit as an open-source tool for creating composable React applications and components. Bit can be used for creating a new React app or on top of an existing app...

CLA Signed

Adding a remark on :focus and :focus-visible pseudo-classes to styling focus outline different based on mouse or keyboard actions.

CLA Signed

Added a scalable React Playground Called As Replit which has cool features

CLA Signed

We generate something like this and is dynamic for all beta pages. Checking if it works in PR preview ![Screenshot 2022-04-22 at 11 25 20 PM](https://user-images.githubusercontent.com/32865581/164768783-c6b7da06-ec9f-454c-b8de-944747ec5c55.png)

CLA Signed
beta

React weather app. I hope you guys give me a place to show my app on react example website.

CLA Signed

Cleaned up the `resize` listener in `Navigation`

CLA Signed
beta

User Imperative example has to same ref name in child and in the parent. Causing confusion while understanding the concept. `function FancyInput(props, ref) { const **inputRef** = useRef(); useImperativeHandle(ref, ()...

CLA Signed

Checking the beta docs, I noticed that one of the examples was not working. At first it was not working at all, but after I added a style of `overflow-x:...