react.dev
react.dev copied to clipboard
The React documentation website
See: https://github.com/reactjs/translations.react.dev/issues/300 I am posting it here to give more visibility.
In Documentation,Pop-ups which shows Is this page useful?, will never disappear - issue fix issue #6028 has been resolved
Fixes Issue #6028 This pull request adds a visibility control feature to the `SendFeedback` component. The visibility of the component is now determined by the `isVisible` state, which can be...
Recently an article called "Your UI as a Tree" has been added, introducing a new concept called "render tree". However, the React docs have been using a similar term, "UI...
The [docs page for rendering lists](https://react.dev/learn/rendering-lists#filtering-arrays-of-items) uses a list of people as example. Where `id` properties are first introduced (i.e. the "data is structured"), two of the objects in the...
Capitalized React concepts like Components, State, Context, Error Boundaries for issue #6713
## Summary We should be capitalizing proper React concepts in the docs. This was flagged by @samselikoff [here](https://x.com/samselikoff/status/1772448138449596745?s=20) and I took a first pass at correct Effects, Hooks, and Transitions...
Fixes issues with `context` being lowercased as mentioned in this issue https://github.com/reactjs/react.dev/issues/6713
This pr fixes the word component(s) capitalization for issue #6713