Skip to content

Commit

Permalink
Remove feature disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
intendednull committed Nov 27, 2022
1 parent cfe9290 commit ae66ae4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/src/reading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ae66ae4

Please sign in to comment.