From ae66ae4b5ccf47fcbfaa1185327ab9ff432a3ac7 Mon Sep 17 00:00:00 2001 From: Noah Date: Sat, 26 Nov 2022 18:12:25 -0800 Subject: [PATCH] Remove feature disclaimer --- docs/src/reading.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/src/reading.md b/docs/src/reading.md index 0c39d6c..c782ea4 100644 --- a/docs/src/reading.md +++ b/docs/src/reading.md @@ -84,12 +84,6 @@ let state = dispatch.get(); # Selectors -**IMPORTANT**: Selectors are only available on the [development -branch](./setup.md#development-branch). When Yew 0.20 is released, this feature will be released as -well. ----------- - - Sometimes a component will only care about a particular part of state, and only needs to re-render when that part changes. For this we have the `use_selector` hook.