# redux16 **Repository Path**: acdSeen/redux16 ## Basic Information - **Project Name**: redux16 - **Description**: redux学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## redux - 组件间的通信,跨组件传递数据 平级数据的传递 - 发布订阅 - redux可以解决数据传递 统一状态管理 ## 中间件 - redux-logger - redux-thunk - redux-promise