Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
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: 1 addition & 1 deletion lessons/08-index-routes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ a route like `About` and `Repos` in the future. A few reasons include:
1. Participating in a data fetching abstraction that relies on matched
routes and their components.
2. Participating in `onEnter` hooks
3. Participating in code-spliting
3. Participating in code-splitting

Also, it just feels good to keep `App` decoupled from `Home` and let the
route config decide what to render as the children. Remember, we want to
Expand Down