[][src]Module yew::prelude

The Yew Prelude

The purpose of this module is to alleviate imports of many common types:

use yew::prelude::*;

Re-exports

pub use html::Component;
pub use html::ComponentLink;
pub use html::Href;
pub use html::Html;
pub use html::Renderable;
pub use html::ShouldRender;
pub use app::App;
pub use callback::Callback;
pub use agent::Bridge;
pub use agent::Bridged;
pub use agent::Threaded;
pub use events::*;

Modules

worker

Prelude module for creating worker.