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

Hi, I don't really know where this could be integrated into the documentation, but I've created some visuals to explain step-by-step what *really* happens when interacting with a Controlled-component, for...

resolve https://github.com/reactjs/reactjs.org/issues/4916

CLA Signed
beta

Dynamically importing deferred components. Dynamically loading the component which is rendered according to screen size (`` && ``) _Extremely sorry if I made any mistakes :(_

CLA Signed
beta

Optimize `` > 1. Adding [`decoding` ](https://web.dev/learn/design/responsive-images/#image-decoding) attribute with `async` value which decode the image asynchronously to reduce delay in presenting other content. >2. Adding [`loading`](https://web.dev/learn/design/responsive-images/#loading-hints) prop with `lazy` as...

CLA Signed
beta

Using `` component from `next/script` for inline colour mode script. Which help for better streaming support and might have behind the scene optimisations. _Sorry if I made any mistakes :(_

CLA Signed
beta

adding the this keyword in front of the props in the 5th code snippet mentionned in the line number 9. "this" keyword missing.

The Beta docs is very useful and should be linked from the main site, even if it is in progress now. Similar comments: https://github.com/reactjs/reactjs.org/issues/3308#issuecomment-1125199765_ I have implemented this experimentally in...