[][src]Module yew::virtual_dom

This module contains the implementation of reactive virtual dom concept.

Re-exports

pub use self::vcomp::VChild;
pub use self::vcomp::VComp;
pub use self::vlist::VList;
pub use self::vnode::VNode;
pub use self::vtag::VTag;
pub use self::vtext::VText;

Modules

vcomp

This module contains the implementation of a virtual component VComp.

vlist

This module contains fragments implementation.

vnode

This module contains the implementation of abstract virtual node.

vtag

This module contains the implementation of a virtual element node VTag.

vtext

This module contains the implementation of a virtual text node VText.

Structs

Classes

A set of classes.

Traits

Listener

Listener trait is an universal implementation of an event listener which helps to bind Rust-listener to JS-listener (DOM).

Transformer

Transform properties to the expected type.

VDiff

This trait provides features to update a tree by calculating a difference against another tree.