# Vue Router and the Composition API
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/router-and-the-composition-api"
title="Learn how to use Vue Router with the composition API"
/>
# Extending RouterLink
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/extending-router-link-for-external-urls"
title="Learn how to extend router-link"
/>
# Lazy Loading Routes
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/lazy-loading-routes-vue-cli-only"
title="Learn about lazy loading routes"
/>
# Route Meta Fields
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/route-meta-fields"
title="Learn how to use route meta fields"
/>
# Scroll Behavior
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/scroll-behavior"
title="Learn how to customize scroll behavior"
/>
# Transitions
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/route-transitions"
title="Learn about route transitions"
/>
# Dynamic Route Matching with Params
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/dynamic-routes"
title="Learn about dynamic route matching with params"
/>
## Reacting to Params Changes
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/reacting-to-param-changes"
title="Learn how to react to param changes"
/>
## Catch all / 404 Not found Route
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/404-not-found-page"
title="Learn how to make a catch all/404 not found route"
/>
# Different History modes
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/history-mode"
title="Learn about the differences between Hash Mode and HTML5 Mode"
/>
# Named Routes
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/named-routes"
title="Learn about the named routes"
/>
# Nested Routes
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/nested-routes"
title="Learn about nested routes"
/>
# Passing Props to Route Components
-<VueSchoolLink
+<VueSchoolLink
href="https://vueschool.io/lessons/route-props"
title="Learn how to pass props to route components"
/>