I\'m taking my first steps with react-router.
react-router
I\'m currently using the hashHistory for development purposes and I\'m performing \'manual\' nav
hashHistory
tsx sample
import {createBrowserHistory} from 'history'; export const history = createBrowserHistory(); ReactDOM.render( , document.getElementById("root") );