[][src]Module valerie::prelude

The prelude module

Re-exports

pub use wasm_bindgen;
pub use web_sys;
pub use crate::html;
pub use state::StateTrait;

Modules

components

The components module imports all the macros for the Tags

Structs

App

The App struct for creating an App

Node

A wrapper for web_sys::Node

StateAtomic

State variable to be used with types that implement Copy

StateMutex

State variable to be used with types that implement Clone

StateVec

A vector of States

Tag

An HTML Tag

Traits

Component

Component trait

Functions

execute

Runs a Rust Future on the current thread.

Attribute Macros

valerie