V
Hi Victoria! Great article I have one question though. I have let's say a home page, which has multiple sections, each section with its own reference. I am able to, by clicking a button, scrolling to a section (I'm not using <Link> nor <Router>). But, what I'm trying to do now is, inside that section, click a new button, that scrolls to another section (which is not a child) of the home page. Do you think it is possible without using the router component? Thank you very much! Your articles are really helpful