Real World React 该项目是根据我在 Vue Mastery 上学习的 Real World Vue 课程,使用React重写。路由使用的是react-router@6,状态管理使用的是mobx@6,并且尝试使用了 Ant Design。 使用 Redux 的版本 如何运行 npm install json-server --watch db.json npm start 如果没有json-server,则先进行安装 $ npm install -g json-server