Reflex Cloud - Fast, secure & scalable hosting. One command to deploy.

State

reflex.state.State

The app Base State.

Fields

PropDescription
is_hydrated: bool

The hydrated bool.

Methods

SignatureDescription
set_router(*args: 'Any') -> 'EventSpec'An event handler responds to an event to update the state.
set_is_hydrated(*args: 'Any') -> 'EventSpec'An event handler responds to an event to update the state.
setvar(*args: 'Any') -> 'EventSpec'A special event handler to wrap setvar functionality.