In this guide we will cover information on how to setup some of the most common actions
router.push
or window.location
to navigate the user to a different web page.
If you need to pass in parameters - one way of doing that is to include them in the query of the url
scrollIntoView
function on a ref that will scroll the view to the desired element
fetch
call or any other http library of your choice.