useHistoryState function

HistoryController? useHistoryState()

Observes and controls same-document browser history.

Returns null during SSR and first hydration.

Implementation

HistoryController? useHistoryState() => use(const _HistoryHook());