[][src]Crate yewtil

Utility library for the Yew frontend web framework.

Modules

ptr

Smart pointers for use within Yew.

Structs

History

Wrapper that keeps track of prior values that have been assigned to it.

Pure

Wrapper component for pure components.

Traits

Emissive

Derivable trait used to simplify calling callbacks in pure components.

NeqAssign

Blanket trait to provide a convenience method for assigning props in changed or updating values in update.

PureComponent

Allows immutable components to be declared using a single struct and a single method.

PureEmissiveComponent

Allows immutable components to be declared using a single struct and two methods.

Derive Macros

Emissive