Applications are driven by state. Many things, like the user interface, should always be consistent with that state.MobX is a general purpose FRP library that provides the means to derive, for example, a React based user interface automatically from…
This lesson explains how actions can be used to control and modify the state of your application. They help you to structure your code base and integrate well with the MobX React Devtools. Actions automatically create transactions, which group change…