Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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