React and Flux:
*
Data Flow
This is outline of comprehensive Overview.
Flux pattern assumes the use of unidirectional data flow.
type and other input data.
As of Flux data flow, views may also create actions and pass them to dispatcher for user interactions.
To make it more clearer, we can start from the end.
Few components may be called controller-views, cause they provide the glue code to get the data from the stores and to pass data down the chain of their descendants. Controller-views represent any significant section of the page.
type property.
Formerly, you’ll want to use constants for action types and helper methods (called action creators).