redux基礎概念

< h1 >瞭解redux </ h1 > < p >瞭解幾個基本概念 1.Store (1)Store:保存數據的地方,可以看成一個容器(倉庫),整個應用只能有Store (2)Redux提供了CreateStore這個函數,用來生成Store。 import { createStore } from 'redux'; const store = createStore(fn); (這裏的fn是
相關文章
相關標籤/搜索