Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,4 @@
- yionr
- yuleicul
- zheng-chuang
- babafemij-k
2 changes: 1 addition & 1 deletion docs/start/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ If all the teams are in a list on the left then an empty outlet means you've got

Another way to think of an index route is that it's the default child route when the parent matches but none of its children do.

Depending on the user interface, you might not need an index route, but if there is any sort of persistent navigation in the parent route you'll most likely want index route to fill the space when the user hasn't clicked one of the items yet.
Depending on the user interface, you might not need an index route, but if there is any sort of persistent navigation in the parent route you'll most likely want an index route to fill the space when the user hasn't clicked one of the items yet.

### Layout Routes

Expand Down