待办事项:React中一个简单的待办事项应用 源码
一个简单的待办事项React应用程序。 将用于UI组件,将用于状态管理。 在查看应用程序 建筑 npm run build 如果要部署应用程序,则需要调整URL。 资料夹结构 ├───app # Base app, includes index.html template │ └───react │ ├───components # Component folders with respective props │ └───services │ ├───stateService # Recoil state management │ │ └───models │ └───storageService # localStorage management │ └───mod