-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
What should I do inside a mutation? Can it change other store values, or should I restrict it to changing only the main value? Because if it is the latter I see a redundancy between mutations and actions, actions could access the store directly instead of reinventing the wheel calling a mutation that triggers the "true" change of state.
Metadata
Metadata
Assignees
Labels
No labels