码迷,mamicode.com
首页 > 其他好文 > 详细

react router 的push replace

时间:2018-06-26 01:09:33      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:摘要   java   同步   red   react   out   sea   redux   pat   

摘要

我们在做一些query 操作的时候,经常会需要同步至url, 在这里我们可以使用 react-router-redux 实现即可


import { push } from 'react-router-redux';


this.dispath(push({
  path: 'xx',
  search: 'xx',
}));

两者的区别

push 是往 history 里面增加一层堆栈,
history 是直接替换当前url

react router 的push replace

标签:摘要   java   同步   red   react   out   sea   redux   pat   

原文地址:https://www.cnblogs.com/huxiaoyun90/p/9226670.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!