📅  最后修改于: 2022-03-11 15:03:38.059000             🧑  作者: Mango
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.