Global

Members

(constant) DATA

DATA is used to illustrate the data sructure of the module. in this example, there is an array of primary data. Every primary data element has an array of secondary data elements.
Source:

(constant) NAME

NAME is used to identify the module. It is e.g. used in action creators and reducers. This module is called demo_module.
Source:

(constant) primary

Initial values for the primary data of the module. It could come from a database, file or any other asynchronous source. Include secondary joins directly as objects into the primary, if they are exclusive to the one primary. This makes access and version tagging easier.
Source: