Skip to content
Open
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
4 changes: 2 additions & 2 deletions app/layouts/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ A layout is UI that is shared between multiple routes. On navigation, layouts pr
### Demo

1. Try navigating between categories and sub categories above.
2. Notice layouts do not re-render (visualized as the a pink border animating to gray) when navigating across sibling routes.
3. Notice client state (visualized as a click counter) is preserved between navigations.
2. Notice layouts do not re-render (visualized as the a blue border animating to gray) when navigating across sibling routes.
3. Notice client state (visualized as a click counter) is preserved between navigation.
4. Notice you can interact (e.g. click the counter) with the layout while a sibling route is loading.

### Links
Expand Down
Loading