📄️ Dynamic routes
They allow to receive data and change their path name depending on their configuration. They can be accessed from any part of the app.
📄️ Query params
content of query params
📄️ Static routes
Static routes are routes that will always have the same path and can be accessed from anywhere in the application.
📄️ Template rendering
Render the content of your route in the HTML. You should return a funtion into addRoute callback, this function can be sync or async and should return the template to render in the document.