Module avalanche::hooks[][src]

Expand description

Provides useful hooks and supporting utilities.

Structs

Provides a hook with component-specific state.

Provides a setter for a piece of state managed by state.

Provides a setter for a piece of state managed by vec.

Functions

A hook that allows a component to keep persistent state across renders.

Like state, but returns a reference to a tracked::Vec.