1.4.6
components/test : Test component
HTMLElement
:
returns test component's node
elements/test : Test elements
HTMLElement
:
returns test element's node
constants/routes.js : Routes constant
HTMLElement
:
The matched component with the URL
containers/app/action.js : TEST action factory
(any)
the payload of the action
Object
:
the test action object
containers/app/epic.js : test epic
Array
:
an array of actions to be dispatched
containers/home/action.js : HOME_TEST action factory
(any)
the payload of the action
Object
:
the test action object
containers/home/epic.js : test epic
Array
:
an array of actions to be dispatched
containers/app/action.js : TEST_SUCCESS action factory
(any)
the payload of the action
Object
:
the testSuccess action object
containers/home/action.js : HOME_TEST_SUCCESS action factory
(any)
the payload of the action
Object
:
the testSuccess action object
containers/app/action.js : TEST_ERROR action factory
(any)
the payload of the action
Object
:
the testError action object
containers/home/action.js : HOME_TEST_ERROR action factory
(any)
the payload of the action
Object
:
the testError action object
containers/app/action.js : TEST_CANCEL action factory
(any)
the payload of the action
Object
:
the testCancel action object
containers/home/action.js : HOME_TEST_CANCEL action factory
(any)
the payload of the action
Object
:
the testCancel action object
containers/app : App container
Extends React.Component
containers/app/reducer.js : app reducer
(Object
= initialState
)
the state of the app container
(Object)
the redux action instance
Object
:
returns the new state
containers/home : Home container
Extends React.Component
containers/home/reducer.js : home reducer
(Object
= initialState
)
the state of the home container
(Object)
the redux action instance
Object
:
returns the new state
hoc/asyncComponent : calls the component asynchronously
(Promise)
a promise to load the file that returns a component
class
:
the loaded react component or null
hoc/cleanOnUnmount/action.js : RESET action factory
Object
:
the reset action object
hoc/cleanOnUnmount : maps state to props function
(Object)
the state of the container
Object
:
state
hoc/reduxConnect : maps state to props function
(Object)
the state of the container
Object
:
state
hoc/cleanOnUnmount : connects state and actions to the component
(Object)
the react component that needs to be connected to the actions and state
(Object)
the action factories of the component
(Object
= mapStateToProps
)
the state factory function
class
:
returns a react component
hoc/cleanOnUnmount : creates a wrapper over the component and dispatches the reset action on componentWillUnmount
(Object)
the react component that needs to be connected to the actions and state
(Object)
the action factories of the component
(Object)
the state factory function
class
:
returns the wrapped react component
hoc/passPropsToChild : passes properties to a single component
(class)
the child component
(Object)
the properties to be assigned to the component
Function
:
a factory returning the component with assigned properties
hoc/passPropsToChildren : passes properties to a multiple component
(Set)
a set of child components
(Object)
the properties to be assigned to the components
Function
:
a factory returning the components with assigned properties
hoc/reduxConnect : connects state and actions to the component
(Object)
the react component that needs to be connected to the actions and state
(Object)
the action factories of the component
(Object
= mapStateToProps
)
the state factory function
class
:
returns a react component
hoc/cleanOnUnmount/reducer.js : the cleanOnUnmount HOC reducer factory
(Function)
the current reducers factory of the component
Function
:
combination of the current reducer factory and the new (with reset functionality) reducer factory