【Redux】數據生命週期

store = createStore(todoApp,[initialState]) css 初始化一個storeweb 調用store.dispatch(action)svg action是發生了什麼的普通對象,好比:函數 { type: 'LIKE_ARTICLE', articleId: 42 }; { type: 'FETCH_USER_SUCCESS', response: { id:
相關文章
相關標籤/搜索