Crate more_yew_hooks

Crate more_yew_hooks 

Source

Structs§

UseBTreeSetHandle
State handle for the use_btree_set hook.
UseLocalStorageDefaultHandle
State handle for the use_local_storage_default hook.
UseSessionStorageWithListenHandle
State handle for the use_session_storage_with_listen hook.

Functions§

use_btree_set
A hook that tracks a BTreeSet and provides methods to modify it.
use_local_storage_default
A side-effect hook that manages a single localStorage key. Returns T::default() if the key is not found or if deserialization fails.
use_online
Watch the browser navigator’s online status
use_session_storage_with_listen
A side-effect hook that manages a single sessionStorage key.