Skip to content

Commit 451b81f

Browse files
committed
remove extra whitespace
1 parent 9da6407 commit 451b81f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/recipes/ui/add-routing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# How do I add routing to a SAFE app with a shared model for all pages?
22

3-
43
When building larger apps, you probably want different pages to be accessible through different URLs. In this recipe, we show you how to add routes to different pages to an application, including adding a "page not found" page that is displayed when an unknown URL is entered.
54

65
In this recipe we use the simplest approach to storing states for multiple pages, by creating a single state for the full app. A potential benefit of this approach is that the state of a page is not lost when navigating away from it. You will see how that works at the end of the recipe.

0 commit comments

Comments
 (0)