Skip to content

Commit 2c65198

Browse files
authored
Merge pull request #358 from martinbryant/v5-routing-seperate-models-tested
Remove v4.2 warning in routing with seperate models recipe
2 parents 4dc327b + 60e9c11 commit 2c65198

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/recipes/ui/add-routing-with-separate-models.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# How do I add routing to a SAFE app with separate model for every page?
22

3-
*Written for SAFE template version 4.2.0*
4-
53
If your application has multiple separate components, there is no need to have one big, complex model that manages all the state for all components. In this recipe we separate the information of the todo list out of the main `Model`, and give the todo list application its own route. We also add a "Page not found" page.
64

75
## 1. Adding the Feliz router

0 commit comments

Comments
 (0)