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

The React documentation website

Results 477 react.dev issues
Sort by recently updated
recently updated
newest added

**I've added a podcast episode which is very helpful to learn ReactJS**

CLA Signed

(Note: I dismissed the idea described here by now, but I still felt like reporting my findings.) ### Steps to reproduce I create a reusable error boundary component, `ErrorCatcher`, in...

Adding link to the 20MinJS podcast on the english version of the page.

CLA Signed

Set `copied` state to `true` only after clipboard's contents have been updated.

CLA Signed
beta

_Updated September 29, 2022! We're close to completing the remaining pages, and there is now a link to the Beta site from the main site._ --- _Updated October 22, 2021!...

discussion
react core team

Creating an `index.ts` file in `components/Icon` that would just import all the icon components and export them. ```js // components/Icon/index.ts import {IconCopy} from './IconCopy'; export {IconCopy}; ``` ### Why do...