react router 的push replace

摘要

咱們在作一些query 操做的時候,常常會須要同步至url, 在這裏咱們能夠使用 react-router-redux 實現便可javascript

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


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

二者的區別

push 是往 history 裏面增長一層堆棧,
history 是直接替換當前urljava

相關文章
相關標籤/搜索