📄️ addRoute
Add a new route to your app. If you want to render a template when the route is loaded you must return a function that returns your template.
📄️ getRouteParam
Get information from the URL in a dynamic path.
📄️ redirectTo
Redirect your URL to another URL without reloading the browser.