Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Sep 28, 2023
1 parent d62c697 commit f667043
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/blog/2023-09-23-release-0-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@ html! {

Yew 0.21 brings a complete rewrite of `yew-agent`. This streamlines and simplifies the way workers operate. Here's what you need to know:


- **Introducing Providers:** Say goodbye to the old `Worker::bridge()` method. Now, you can use the use `WorkerProvider` / `ReactorProvider` / `OneshotProvider` as per your need, by creating them using the hooks.
- **Introducing Providers:** Say goodbye to the old `Worker::bridge()` method. Now, you can use the use `WorkerProvider` / `ReactorProvider` / `OneshotProvider` as per your need, by creating them using the hooks.

- **WorkerLink to WorkerScope:** We've removed WorkerLink in favor of WorkerScope. This change simplifies the worker architecture, making it more straightforward to manage and maintain.


There are now 3 types of agents to be used, depending upon the situation:

- **Worker Agent:** The original agent that uses an actor model, designed to handle complex states.
Expand Down

0 comments on commit f667043

Please sign in to comment.