Skip to content

Commit

Permalink
Update documentation to point to the right example (#2993)
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis authored Dec 1, 2022
1 parent 17f125c commit 949d39c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: 'From 0.1.0 to 0.2.0'

The `Context` and `Job` Agents have been removed in favour of Yew's Context API.

You can see the updated [`pub_sub`](https://github.com/yewstack/yew/tree/master/examples/pub_sub)
You can see the updated [`contexts`](https://github.com/yewstack/yew/tree/master/examples/contexts)
which demonstrate how to use the context API.

For users of `yew_agent::utils::store`, you may switch to third party solutions like: [Yewdux](https://github.com/intendednull/yewdux) or [Bounce](https://github.com/futursolo/bounce).
Expand Down

0 comments on commit 949d39c

Please sign in to comment.