Expand description

Everything you need to use Yewdux.

Re-exports

pub use crate::component::WithDispatch;
pub use crate::dispatch::Dispatch;
pub use crate::dispatch::DispatchProps;
pub use crate::dispatch::Dispatcher;
pub use crate::dispatch::WithDispatchProps;
pub use crate::store::basic::BasicStore;
pub use crate::store::persistent::Area;
pub use crate::store::persistent::Persistent;
pub use crate::store::persistent::PersistentStore;
pub use crate::store::reducer::Reducer;
pub use crate::store::reducer::ReducerStore;
pub use crate::store::Changed;
pub use crate::store::Store;

Structs

Id of responses handler.