From 41ae649d042c7ec5abbd3ad4013940c58a13eb7e Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 20 Jun 2017 01:17:26 -0400 Subject: [PATCH] starting nesting --- nesting.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 nesting.md diff --git a/nesting.md b/nesting.md new file mode 100644 index 0000000..6b8abb0 --- /dev/null +++ b/nesting.md @@ -0,0 +1,16 @@ +# Nesting + +## Lesson Objectives + +1. Describe nested routes +1. Create components for two sub sections + +## Describe nested routes + +Sometimes you want to have sub sections within a specific route (routes within routes). We can accomplish this with nested routes. + +## Create components for two sub sections + +We're going to split `/about` into `/about/early-life` and `/about/career`. + +Generate the two components: