From b0452e78dd18b3b9e014ce03735127fe3929245e Mon Sep 17 00:00:00 2001 From: Martin Molzer Date: Fri, 10 May 2024 03:57:51 +0200 Subject: [PATCH] mention use_ref hook in docs --- website/docs/concepts/function-components/hooks/introduction.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/concepts/function-components/hooks/introduction.mdx b/website/docs/concepts/function-components/hooks/introduction.mdx index d2c1896f22c..c39a12d5f7b 100644 --- a/website/docs/concepts/function-components/hooks/introduction.mdx +++ b/website/docs/concepts/function-components/hooks/introduction.mdx @@ -29,6 +29,7 @@ Yew comes with the following predefined Hooks: - `use_state_eq` - `use_memo` - `use_callback` +- `use_ref` - `use_mut_ref` - `use_node_ref` - `use_reducer`