Search⌘ K
AI Features

Summary: URLs and Multipage Apps

Explore how to create dynamic multipage applications with Dash by using Location and Link components to read and modify URLs. Understand restructuring apps to display content based on URL parts, and prepare your app for deployment. This lesson guides you to manage app navigation and layout effectively using URL parsing.

We'll cover the following...

We first got to know the two main components that are responsible for modifying, reading, and parsing URLs—the Location and Link components. We created two simple apps in which we ...