以下是我整理的React学习资料,包括:React基础、Redux、reat-router, redux middleware, higher order components, React验证等, 来自于Udemy、EggHead和http://www.reactjsprogram.com/
, 是我跟随视频step-by-step的方式实践出来的一个个项目。每个项目的教程放在了documents目录下。
React开篇
React基础
- 简易上手:https://github.com/darrenji/ReactPracticesWithEggHeadFundamentals
- 播放YouTube视频:https://github.com/darrenji/ReactPracticesWithUdemyMordernReactWithRedux
React路由
- 基础:https://github.com/darrenji/ReactPracticesWithEggHeadReactRouter
- 案例,增删改,表单验证:https://github.com/darrenji/ReactPracticesWithUdemyBlog
Redux
- 基础,来自Redux作者,todo项管理:https://github.com/darrenji/ReactPracticesWithEggHeadGettingStartedwithRedux
- 高级,来自Redux作者,todo管理:https://github.com/darrenji/ReactPracticesWithEggHeadIdiomaticRedux
- 案例,展示Book列表:https://github.com/darrenji/ReactPracticesWithUdemyBookList
- 案例,获取天气API:https://github.com/darrenji/ReactPracticesWithUdemyWeather
Higher Order Components
Redux Middleware,介于Action和Reducer之间的一层
React验证
- 服务端:https://github.com/darrenji/ReactPracticesWithUdemyAuthServerSide
- 客户端:https://github.com/darrenji/ReactPracticesWithUdemyAuthClientSide
React同构直出
React设置样式