2016-12-23 3 views

答えて

2

これはあなたの質問にお答えすると思います。

// 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

関連する問題