larrymyers / react-mini-router

A minimal URL router for React.js
MIT License
282 stars 38 forks source link

Add `replaceNavigate` using `replaceState` #61

Closed meznaric closed 7 years ago

meznaric commented 8 years ago

Added replaceNavigate which uses replaceState instead of pushState.

cedmax commented 7 years ago

@larrymyers did you review this back when the PR was open? if it's good for you I'd be happy to merge. Let me know