# keen **Repository Path**: erhuojia/keen ## Basic Information - **Project Name**: keen - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React全家桶入门系列文章项目 本教程涵盖React主流技术栈: - react - [github](https://github.com/facebook/react) - react-router - [github](https://github.com/ReactTraining/react-router) - redux - [github](https://github.com/reactjs/redux) - react-redux - [github](https://github.com/reactjs/react-redux) - react-router-redux - [github](https://github.com/reactjs/react-router-redux) - redux-saga - [github](https://github.com/redux-saga/redux-saga) - immutable - [github](https://github.com/facebook/immutable-js) - reselect - [github](https://github.com/reactjs/reselect) - antd - [github](https://github.com/ant-design/ant-design) 请搭配[博客文章](http://blog.csdn.net/awaw00/article/category/6692955)食用。 每篇文章的代码都打了相应的tag,如: [【React全家桶入门之二】项目搭建](http://blog.csdn.net/awaw00/article/details/54693780)的代码可以通过`git checkout -b 02 C02`来获取。 其中C02就是第二篇的tag(由于第一篇为引言没有代码,为了tag与文章对应,tag从02开始)。 *使用注意:由于一开始提交代码没有注意,C04的代码包括了【之五】的一部分代码(高阶组件),C05仅有【之五】剩余一部分的代码(组件化表单控件)。*