Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update copy in Built-in React Hooks section
Added 'Hello world React Hooks' at the beginning of the intro text and removed 'React' before 'features' as requested in issue #3.

Co-authored-by: Brett Gregson <[email protected]>
  • Loading branch information
github-actions[bot] and BrettGregson committed Nov 4, 2025
commit 46e0d460a43591e80fb02576a143823fdb447e21
2 changes: 1 addition & 1 deletion src/content/reference/react/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Built-in React Hooks"

<Intro>

*Hooks* let you use different React features from your components. You can either use the built-in Hooks or combine them to build your own. This page lists all built-in Hooks in React.
Hello world React Hooks let you use different features from your components. You can either use the built-in Hooks or combine them to build your own. This page lists all built-in Hooks in React.

</Intro>

Expand Down