[][src]Crate yew_state

Re-exports

pub use component::SharedStateComponent;
pub use component::StateView;
pub use handle::SharedHandle;
pub use handle::SharedState;
pub use handle::StorageHandle;

Modules

component
handle

Ergonomic interface with shared state.

Enums

Area

An area to keep the data in.

Traits

Storable

Allows state to be stored persistently in local or session storage.