Module

reduxStartupReducer

Redux startup reducer
Author:

View Source store/reducers/startup.js, line 5

Members

# inner constant initialState

Initial startup state
Properties:
Name Type Description
isDone boolean Indicates if the app startup is done

View Source store/reducers/startup.js, line 16

Methods

# inner startupReducer(state, action) → {object}

Updates Redux startup state based on an action type and a payload
Parameters:
Name Type Description
state object The current state
action object Any needed data (including the action type)

View Source store/reducers/startup.js, line 27

The new state
object