Closed kralion closed 8 months ago
we can use 'href="#projects' for navigation in the same page, that's called fragment identifiers , so we can reference the element in that we want to be moved through the 'id' of this element, this could be a wrapper div in our case
Solved using react-scroll library
react-scroll
we can use 'href="#projects' for navigation in the same page, that's called fragment identifiers , so we can reference the element in that we want to be moved through the 'id' of this element, this could be a wrapper div in our case