Navigation, Routing help
In a web page,
I have sidebar items.
I have content within a border.
I want to set it up so that when I click on the sidebar items, the content within the border changes without starting a new page and without replacing the whole page's content.
What should I research to achieve this functionality, where clicking on an item shows the content in the specified area of the page without reloading the entire page or starting a new one? What is this called? Can you share any resources that might help?
1 Reply
Hello, I am creating a page content with a sidebar menu and a content component that displays the content of those menu items. However, when I click on the sidebar items, they are loading on a new page. I cannot get them to load within the same page's relevant component. Can anyone help?