Crate yew_state

Crate yew_state 

Source

Re-exports§

pub use component::SharedStateComponent;
pub use component::StateView;
pub use handle::Handle;
pub use handle::SharedHandle;
pub use handle::SharedState;
pub use handle::StateHandle;
pub use handle::StorageHandle;
pub use handler::Storable;

Modules§

component
handle
Ergonomic interface with shared state.
handler
State handlers determine how state should be created, modified, and shared.
service
Wrapper for components with shared state.

Enums§

Area
An area to keep the data in.