You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -
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 ...
The text was updated successfully, but these errors were encountered:
This is a question about React Router and not related to this project. Thanks @insin for answering! (By the way you don't have to use React Router if you don't like it, you can use vanilla HTML5 history API just fine if that's what you prefer.)
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 -
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 ...
The text was updated successfully, but these errors were encountered: