[][src]Module yew_state::handle

Ergonomic interface with shared state.

Structs

StateHandle

Interface to shared state

Traits

Handle

Provides mutable access for wrapper component to update

SharedState

Trait that provides access to state handle

Type Definitions

SharedHandle

Handle for basic shared state.

StorageHandle

Handle for shared state with persistent storage.