Skip to content

Commit

Permalink
fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
loenard97 committed Oct 26, 2023
1 parent aefcf88 commit 49ab71d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /concepts/function-components/hooks

Hooks are functions that let you store state and perform side effects.

Yew comes with a few [predefined hooks](/concepts/function-components/hooks/predefined-hooks).
Yew comes with a few [predefined hooks](/concepts/function-components/hooks/predefined-hooks.mdx).
There are cases where you want to define your own Hooks to encapsulate potentially stateful logic from a component into reusable functions.
See the [Defining custom hooks](concepts/function-components/hooks/custom-hooks.mdx#defining-custom-hooks) section for more information.
You can also discover many [community-made hooks](/community/awesome#hooks).
Expand Down

0 comments on commit 49ab71d

Please sign in to comment.