react.dev
react.dev copied to clipboard
The React documentation website
Modals/Dialogs are very common on the web. Now that the HTML dialog element has full cross-browser support it would be great to see documentation around how to use this in...
This reverses the order of steps 1 & 2 in the [Adding Local State to a Class](https://reactjs.org/docs/state-and-lifecycle.html#adding-local-state-to-a-class) section. The current order puts the app in a broken state and throws...
[Adding Back/Forward cache(BF cache)](https://web.dev/bfcache/) support will increase the page restore speed if the user navigates back using browser's back and forward button. For enabling BF cache we remove `unload` event...
Addressing this issues "The "Support Ukraine πΊπ¦" banner should disappear when scrolling" #4619 I simply added event listener to the SocialBanner component. It behaves the same way as a https://reactnative.dev...
Currently, the width of the logo is fixed at `calc(100% / 6)` so that the nav links are flush with the search bar: Unfortunately, this leads to cut-offs in some...
This PR aims to provide a multi-directional layout. I don't know if this is what we need for translations that use RTL layout like Arabic. I made it possible by...
One link added to the list: freeCodeCamp React free course.
Bumps [devcert](https://github.com/davewasmer/devcert) from 1.1.3 to 1.2.1. Commits 1ed164f 1.2.1 b076321 switch from vulnerable VALID_DOMAIN regex to is-valid-domain lib (#79) fecd645 1.2.0 92a14f8 chore: bring lockfiles current be273aa Feature: Allow multiple...