【原】整理的react相关的一些学习地址,包括 react-router、redux、webpack、flux

时间:2022-03-13 05:09:01

  因为平时经常去网上找react相关的一些地址,找来找去很麻烦,所以自己整理了一下,不过前面部分不是我整理的,

是出自于:http://www.cnblogs.com/aaronjs/p/4333925.html ,后面部分才是我整理的。方便大家的学习,方便各位进行补充。

  因为有些直接点击链接打不开,所以如果要访问,可以先复制链接,然后在浏览器打开

主页

http://facebook.github.io/react/

https://github.com/facebook/react

中文站

http://www.reactjs.cn/

https://github.com/reactjs-cn/react-docs

http://react-china.org/

http://nav.react-china.org

前端Flux架构简介

http://www.jdon.com/idea/flux.html

ReactJS教程: 开始使用Facebook的ReactJS

http://xinranliu.me/2014-10-26-getting-started-with-facebooks-reactjs-library/

React JS 和 FLUX

http://www.gbtags.com/gb/share/3848.htm

React.js编程思想

http://www.html-js.com/article/2328

当 React 遇上 KendoUI

http://blog.jobbole.com/77703/

React JS框架

http://www.osblog.net/code/406.html

React.js 概览

http://segmentfault.net/blog/jiyinyiyong/1190000000693651

ReactJS 的 Hello world 示例程序

http://www.oschina.net/translate/hello-world-reactjs-code-example?print

todomvc

http://todomvc.com/examples/react/#/

-----------------------------------华丽丽的分割线,以下部分是我自己整理的---------------------------------------------------------------

用Redux管理你的React:

官方地址:https://github.com/rackt/redux

中文文档:http://github.com/camsong/redux-in-chinese

项目列表:https://github.com/xgrommx/awesome-redux

同构示例:http://react-redux.herokuapp.com/

Rails 示例https://github.com/alexfedoseev/generator-flux-on-rails

使用Redux管理你的React应用(这篇博文不错)  http://www.cnblogs.com/matthewsun/p/4773646.html

整理了一份React-Native学习指南(这里面很全,基本囊括了前面很多东西)

http://www.tuicool.com/articles/zaInUbA

中文 React Router:

https://github.com/react-guide/react-router-cn    React Router 中文文档

http://segmentfault.com/a/1190000002801128#articleHeader10

webpack:

Webpack 入门指迷:http://segmentfault.com/a/1190000002551952

轻松入门React和Webpack: http://segmentfault.com/a/1190000002767365

webpack官网:http://webpack.github.io/

What、Why、How?解读Webpack官方文档:http://segmentfault.com/a/1190000003506497

欢迎大家进行补充,这样更方便大家的学习