Redux創建store

components:組件 action:命令或者是動作 store:相當於數據庫 reducers:數據的記錄 創建reducer具體的數據文件 要初始化的數據 const defaultState = { data:[1,2,3,5,6] } 2.使用默認的數據對reducer進行賦值,並且暴露此模塊 export default (state = defaultState,action) =
相關文章
相關標籤/搜索