2016-12-23 2 views

Antwort

2

Ich denke, das wird Ihre Frage beantworten.

// When a store is created, an "INIT" action is dispatched so that every 
// reducer returns their initial state. This effectively populates 
// the initial state tree. 

dispatch({ type: ActionTypes.INIT }) 

Source