Module prelude

Source
Expand description

Common includes.

Re-exports§

pub use super::target::*;

Structs§

Router
Top-level router component.
RouterContext
RouterProps
Properties for the Router component.
Scope
A component, translating down to the next level.
ScopeContext
ScopeProps
State
A page state value
Switch
A component two switch rendering between the different targets.
SwitchProps

Enums§

StackOperation

Functions§

use_router
Get access to the router.

Derive Macros§

Target
Helps implementing the Target trait in an enum.