StateHandler
Holds information about the current State of the components in a Component Tree.
Properties
Functions
Maps a component key to a component object that retains the current state values for that key.
Removes a list of state updates that have been applied from the pending state updates list and updates the map of current components with the given components.
Gets a state container with all applied updates for the given key without committing the updates to a state handler.
StateContainer in this StateHandler should be accessed using this method as it will also ensure that the state is marked as needed
Registers the given block to be run before the next layout calculation to update hook state.
Adds a state update to the list of the state updates that will be applied for the given component key during the next layout pass.