Skip to content

Commit

Permalink
Merge pull request #358 from martinbryant/v5-routing-seperate-models-…
Browse files Browse the repository at this point in the history
…tested

Remove v4.2 warning in routing with seperate models recipe
  • Loading branch information
isaacabraham authored Jan 24, 2024
2 parents 4dc327b + 60e9c11 commit 2c65198
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/recipes/ui/add-routing-with-separate-models.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# How do I add routing to a SAFE app with separate model for every page?

*Written for SAFE template version 4.2.0*

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.

## 1. Adding the Feliz router
Expand Down

0 comments on commit 2c65198

Please sign in to comment.