码迷,mamicode.com
首页 >  
搜索关键字:React-router    ( 325个结果
React 踩坑记录
1.React-router error: super expression must either be null or a function 原因:引入babel后写ES6风格的代码: class ComponentXX extends React.component{} 这里的C小写了,导致产 ...
分类:其他好文   时间:2016-08-01 00:09:22    阅读次数:145
TCG开发日志(5)Decorator, React-router
通过webpack可以把整个React项目整合成一个单页面的网站,此时可以通过react-router来处理路由。 首先安装: npm install react-router --save 由于react-router使用了history,要在webpack.config.js中进行相应的配置: ...
分类:其他好文   时间:2016-07-14 21:48:54    阅读次数:260
redux异步操作学习笔记
摘要: 发觉在学习react的生态链中,react+react-router+webpack+es6+fetch等等这些都基本搞懂的差不多了,可以应用到实战当中,唯独这个redux还不能,学习redux还学的挺久的。 其中困扰我最久的就是redux的异步数据流的处理。难点主要是概念太多,接触的词太多 ...
分类:其他好文   时间:2016-07-11 00:55:44    阅读次数:3495
ES6环境搭建及react-router学习
一、起因 ES6新纳入了很多振奋人心的新特性,真的很让人忍不住去尝试一下。不过,由于现在大部分的浏览器对ES6的支持程度都不是很好。所以如果想要放心地使用一些新特性,还需要用一些工具,将ES6或者ES7的代码转为ES5的代码。今天,就配置了一下环境,写了一个react-router,主要是练习自己的 ...
分类:其他好文   时间:2016-07-11 00:40:03    阅读次数:240
数据流 in redux
吐槽 Facebook全家桶真是够了,从react到react-router再到redux,看的我成就感满满啊,然后才告诉我,这一切都还只是个开始。好咯。用别人框架的人我还能说什么。 对redux的理解(数据流分析) 之前用学过的react和react-router写了个单页面应用,但写完后总感觉还 ...
分类:其他好文   时间:2016-06-28 02:02:17    阅读次数:152
[Redux] Using withRouter() to Inject the Params into Connected Components
We will learn how to use withRouter() to inject params provided by React Router into connected components deep in the tree without passing them down a ...
分类:其他好文   时间:2016-06-06 06:54:31    阅读次数:1618
[Redux] Filtering Redux State with React Router Params
We will learn how adding React Router shifts the balance of responsibilities, and how the components can use both at the same time. Now when we click ...
分类:其他好文   时间:2016-06-06 06:50:38    阅读次数:422
[Redux] Navigating with React Router <Link>
We will learn how to change the address bar using a component from React Router. In Root.js: We need to add a param to change the Route: (:filter) mea ...
分类:其他好文   时间:2016-06-04 17:56:09    阅读次数:142
[Redux] Adding React Router to the Project
We will learn how to add React Router to a Redux project and make it render our root component. Install: Router should be wrapped inside Provider, the ...
分类:其他好文   时间:2016-06-04 16:30:51    阅读次数:356
react-router学习笔记之入门
react-router学习笔记之入门 react-router是react的一个强大的路由库 react-route可以是UI和路由同步。简单的API却有非常强大的功能:延迟加载、动态路由匹配、路径转换权限处理。让你的url变得更加直观。 通过下面几个例子来进行学习:一 创建一个项目环境要求:node,npmgit clone https://github.com/reactjs/rea...
分类:其他好文   时间:2016-05-13 14:49:45    阅读次数:273
325条   上一页 1 ... 29 30 31 32 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!