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

The slight typo about plural form in Server Functions docs is fixed.

CLA Signed

Let's say I want to create a hook called `useSettings`. This hook will load settings once from an API and cache the data. This is a sample code: ``` import...

### Summary Yesterday I found out that independently wrapped components in Context doesn't share the same Context values. Instead each one has their own context values. ### Page https://react.dev/reference/react/useContext ###...

type: documentation

### Summary Custom hooks page sandbox number 8 under this paragraph: _Now the chat won’t re-connect every time that the ChatRoom component re-renders. Here is a fully working demo of...

bug: unconfirmed

### Summary Currently, in the Note, it says "This example uses heading levels because they show visually how nested components can override context.". However, it is unclear what this sentence...

type: documentation

Creating a React App: - Link TanStack Start to its homepage instead of TanStack (the organization) homepage - Fix a link to heading Build a React app from Scratch: -...

CLA Signed

I fixed a typo in the section called "Putting it all together". An "s" was missing in line 857 in synchronizing-with-effects.md.

CLA Signed