yew_stdweb

Module prelude

Source
Expand description

The Yew Prelude

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

use yew::prelude::*;

Re-exports§

Modules§

  • Prelude module for creating worker.

Macros§

  • This macro provides a convenient way to create Classes.
  • This macro implements JSX-like templates.
  • This macro is similar to html!, but preserves the component type instead of wrapping it in Html.

Derive Macros§