React学习资料


以下是我整理的React学习资料,包括:React基础、Redux、reat-router, redux middleware, higher order components, React验证等, 来自于Udemy、EggHead和http://www.reactjsprogram.com/, 是我跟随视频step-by-step的方式实践出来的一个个项目。每个项目的教程放在了documents目录下。


1、React基础,简单易上手


https://github.com/darrenji/ReactPracticesWithEggHeadFundamentals


2、React基础,简单易上手,播放YouTube视频


https://github.com/darrenji/ReactPracticesWithUdemyMordernReactWithRedux


3、React基础,简单易上手,并且有主要概念的理解


https://github.com/darrenji/ReactPracticesWithTyler


4、React-Router基础,简单易上手


https://github.com/darrenji/ReactPracticesWithEggHeadReactRouter


5、Redux基础,简单易上手,todo项管理,来自Redux作者


https://github.com/darrenji/ReactPracticesWithEggHeadGettingStartedwithRedux


6、Redux高级,todo项管理,来自Redux作者


https://github.com/darrenji/ReactPracticesWithEggHeadIdiomaticRedux


7、Redux基础,一个案例,展示Book列表


https://github.com/darrenji/ReactPracticesWithUdemyBookList


8、Redux中等难度,一个案例,获取天气API


https://github.com/darrenji/ReactPracticesWithUdemyWeather


9、react-router的应用,增删改,表单验证


https://github.com/darrenji/ReactPracticesWithUdemyBlog


10、Higher Order Components,从一个简单验证例子体验HOC


https://github.com/darrenji/ReactPracticesWithUdemyHOC


11、Redux Middleware,介于Action和Reducer之间的一层


https://github.com/darrenji/ReactPracticesWithUdemyMiddlewares


12、React验证,服务端


https://github.com/darrenji/ReactPracticesWithUdemyAuthServerSide


13、React验证,客户端


https://github.com/darrenji/ReactPracticesWithUdemyAuthClientSide


14、React同构直出


https://github.com/darrenji/ReactIsomorphicSimpleExample


15、React设置样式


https://github.com/darrenji/ReactComponentStyling


你可能感兴趣的:(React学习资料)