Crate yewdux_functional

Crate yewdux_functional 

Source

Structs§

StoreRef
Reference to a store’s state and dispatch.

Functions§

use_dispatch
This hook allows getting a Dispatch to the store.
use_store
This hook allows accessing the state of a store. When the store is modified, a re-render is automatically triggered. This hook also accepts a callback that is triggered for state output. To only receive state, use [use_store_state] instead.