forked from security-union/videocall-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use yew::Callbacks instead of custom (for now)
Ultimate goal for security-union#74 is to move away from yew dependency, so originally used custom callbacks instead of yew's. But in working on websocket/webtransport connection (in another branch) it's currently deeply tied to yew Callback. So for now, for consistency it makes sense to use yew Callbacks everywhere. Later on in working on security-union#74 will try to come up with a consistent approach to extracting the yew Callback dependency.
- Loading branch information
Showing
2 changed files
with
16 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters