mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
* Clarify language in components-and-props.md This is a nit for a few reasons: - The point that extracting a component that "is complex enough on its own" means that it's not necessarily reusable. - Extracting the components listed in the same sentence (e.g. App) are not necessarily reusable. - This ends the section "Extracting Components" with a reference to extraction instead of re-usability. - This delimits extracting into a separate component from creating a re-usable component. * Update components-and-props.md * Update components-and-props.md