In this lesson we'll look at hashHistory which uses a hash hack to track our route changes vs browserHistory which delivers clean urls, but requires server work to implement.

Using hashHistory:

<Router history={hashHistory}>

http://localhost:3333/#/contact?_k=0lz6yy

Using browserHistory:

<Router history={browserHistory}>

We still need server everytime to return us index.html

http://localhost:3333/contact

最新文章

  1. 在同一个硬盘上安装多个 Linux 发行版及 Fedora 21 、Fedora 22 初体验
  2. 树莓派系统介绍:DIetPi
  3. C++数据结构之Linked Stack(链式栈)
  4. oracle 大字段clob检索
  5. ML 徒手系列 拉格朗日乘子法
  6. C++之linux下文件结构实现
  7. C++ 的隱式型別轉換
  8. IIS的安装与配置详细图解教程。
  9. 软件project(五)——可行性研究
  10. java reflect反思总结
  11. 微软最牛MS08-067漏洞各系统补丁下载地址
  12. win7系统中使用DOS命令是出现乱码的解决方法
  13. 使用反射+策略模式代替项目中大量的switch case判断
  14. react的this.setState没有触发render
  15. C#基于LibUsbDotNet实现USB通信(一)
  16. Linux下Oracle 12c的卸载
  17. 备份LeetCode OJ自己编写的代码
  18. Linux LVS_NAT DR
  19. java⑥
  20. 给data设置数据

热门文章

  1. this computer does not support Intel Virtualization Technology (VT-x) .Haxm can&#39;not be installed
  2. memcache和数据库的使用技巧
  3. MongoDB与PHP的添加、修改、查询、删除
  4. MySQL的truncate table 和source 命令
  5. 武汉科技大学ACM :1002: 零起点学算法66——反话连篇
  6. 在Activity之间如何传递数据,请尽可能说出你所知道的传递数据的方法,并详细描述其实现过程。
  7. Java中实现线程的方法
  8. nodejs调试
  9. Sencha Architect 激活方法
  10. 转:40多个关于人脸检测/识别的API、库和软件