因为平时经常去网上找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

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

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

  1. 与STL文件相关的各类学习地址

    几个网址: 1.STL :https://en.wikipedia.org/wiki/STL_(file_format)#ASCII_STL 2.一个博客的文章地址: 三维图形数据格式 STL的 读取 ...

  2. React 学习笔记(学习地址汇总)

    好的博文地址:http://www.ruanyifeng.com/blog/2015/03/react.html 官网学习地址:http://facebook.github.io/react/docs ...

  3. react相关知识点链接整理

    1.React组件之间的通信 2.中间件做代理解决跨域问题 3.不要再问我跨域的问题了 4.React 组件数据流 && 组件间沟通 5.如何理解虚拟DOM 6.react性能调谐与d ...

  4. 五分钟学习React(三):纯HTML代码搭建React应用

    上一期我们使用了React官方的脚手架运行React应用.大家可能会觉得这种方法很繁琐,需要配置各种第三方插件.JQuery时代的前端真是让人怀念.这一期,我就带领大家创建一个"怀旧版&qu ...

  5. React Native小白入门学习路径——五

    React Native小白入门学习路径--五 序 "哦天呐!" 这句话成了我在实验室的口头禅, 老师可能觉得我们都是大神吧,都还在看着基础就给布置了那么多任务:写一个RN的TDD ...

  6. React JS和React-Native学习指南

    自己在学习React-Native过程中整理的一份学习指南,包含 教程.开源app和资源网站等,还在不断更新中.欢迎pull requests! React-Native学习指南本指南汇集React- ...

  7. (转)2019年 React 新手学习指南 – 从 React 学习线路图说开去

    原文:https://www.html.cn/archives/10111 注:本文根据 React 开发者学习线路图(2018) 结构编写了很多新手如何学习 React 的建议.2019 年有标题党 ...

  8. 常用的package.json以及React相关

    常用的package.json以及React相关 前言 package.json 的简单介绍 简单版的 package.json 必备属性(name & version) name 字段 ve ...

  9. React+Redux学习笔记:React+Redux简易开发步骤

    前言 React+Redux 分为两部分: UI组件:即React组件,也叫用户自定义UI组件,用于渲染DOM 容器组件:即Redux逻辑,处理数据和业务逻辑,支持所有Redux API,参考之前的文 ...

随机推荐

  1. [bzoj2286][Sdoi2011]消耗战(虚树上的DP)

    题目:http://www.lydsy.com:808/JudgeOnline/problem.php?id=2286 分析:对于普通的树形dp:f[x]=min(∑f[son],m[x]),其中f[ ...

  2. 关于document.getElement获取元素返回值的问题

    获取网页元素有很多种方法,如下: document.all[];返回HTMLElement对象 document.all.tags[];返回NodeList对象,类似数组 document.getEl ...

  3. Webmin|Linux管理员远程管理工具

    介绍: Webmin is a web-based interface for system administration for Unix. Using any modern web browser ...

  4. github page 和 hexo 搭建在线博客

    目录: 安装node.js与git 常用git命令 安装hexo 配置hexo hexo发布到github 1.安装node.js和git工具 https://nodejs.org/en/ 直接下载安 ...

  5. SpringTest框架JUnit单元测试用例获取ApplicationContext实例的方法

    步骤 1.继承AbstractJUnit4SpringContextTests 2.引入ApplicationContext 示例代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ...

  6. 【POJ 3261】Milk Patterns 可重叠的k次最长重复子串

    可重叠的k次最长重复子串 #include<cstdio> #include<cstring> #include<algorithm> using namespac ...

  7. Notes on 'Selective Search For Object Recognition'

    UijlingsIJCV2013, Selective Search For Object Recognition code 算法思想 利用分割算法将图片细分成很多region, 或超像素. 在这个基 ...

  8. userAgent收集

    UserAgent AppleWebKit,Gecko,Trident,Presto http://www.httpuseragent.org/list/ 谷歌:360? Mozilla/5.0 (W ...

  9. js-JavaScript高级程序设计学习笔记3

    第五章 引用类型 1.使用new操作符和Date构造函数创建日期对象. 2.创建特定日期有两个方法--Date.parse()和Date.UTC().后者小时数为0时显示时间是8点,应该是因为本地是东 ...

  10. bzoj3756: Pty的字符串

    #include <iostream> #include <cstdio> #include <cstring> #include <cmath> #i ...