Skip to main content

Actions are Functions

An action function mutates state and is stored as part of the state it mutates.

The state an action function modifies must be modified by code executing inside a call to the set function provided by the store when registering state.

Live Editor
Result
Loading...