What are the major components of state management patterns and their function.
Sigiloso
The state manage has state object which represents the state of the app, the actions which are ways the state data could change in reaction to user inputs by committing backend responses or dispatching other actions or from the components to mutate the state. Then the view getters to declaratively map the state