Here is simple anchor tag <a href='#about'/>About</a>
. It scrolls down to element with about id. But I can not do the same with react-router Link
. I tried <Link to='#about'/>
but it did not work. What can I do in this case?
You can use react-router-hash-link
. See this issue on GitHub here.