📜  redux 中存储的内容 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:38.059000             🧑  作者: Mango

代码示例1
A store is an immutable object tree in Redux. A store is a state container
which holds the application's state. Redux can have only a single store in
your application. Whenever a store is created in Redux, you need to specify
the reducer.