Module dioxus_core::context[][src]

Modules

hooks

This module provides internal state management functionality for Dioxus components

Structs

Context

Components in Dioxus use the “Context” object to interact with their lifecycle. This lets components schedule updates, integrate hooks, and expose their context via the context api.