Closed
Description
How i can get clean link path? I past into address localhost:3000/ and all time it automaticle fill address with some random chars, for example - http://localhost:3000/#/?_k=s3lc0a ... after click on any link in my menu its chaning on http://localhost:3000/#/graph?_k=z6exsl .... my index.js looks like -
ReactDOM.render(
<Router>
<Route path="/" component={App}>
<IndexRoute component={Home} />
<Route path="/graph" component={Print}/>
</Route>
</Router>,document.getElementById('root')
And link in menu - <li><Link to="/graph" activeClassName="active">{data.graph}</Link></li>
Any tips what i have to do pls ? i want just have an address like a - localhost:3000/graph ...
Metadata
Metadata
Assignees
Labels
No labels