# react-todo-thunk **Repository Path**: q-linyu/react-todo-thunk ## Basic Information - **Project Name**: react-todo-thunk - **Description**: 基于redux-thunk实现Todo案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-08 - **Last Updated**: 2021-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于redux-thunk实现Todo案例 ### 案例介绍 Todo是使用create-react-app脚手架并且基于Ant Design 构建的React案例 ### 环境搭建 - node.js:v12.13.0 - react:v16.12.0 - IDE:VScode - yarn:v1.19.2 ### 运行启动 ```shell git clone https://github.com/q-linyu/react-todo-thunk.git # 安装依赖 yarn # 启动 yarn start # 访问url localhost:3000 ``` ### 效果图 ![](https://project-commons-images.oss-cn-shenzhen.aliyuncs.com/react-todo-thunk/redux-thunk-todo.png)