Home Reference Source

Function

Static Public Summary
public

configureStore(initialState: Object): Object

Configure the store for the DEV mode

public

configureStore(initialState: Object): Object

Configure the store for the PROD mode

Static Public

public configureStore(initialState: Object): Object source

Configure the store for the DEV mode

Params:

NameTypeAttributeDescription
initialState Object

The initialState given

Return:

Object

The app store

public configureStore(initialState: Object): Object source

Configure the store for the PROD mode

Params:

NameTypeAttributeDescription
initialState Object

The initialState given

Return:

Object

The app store