You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a mistake in the organization of the Router lesson where the exercises aren't broken up correctly. Looks like they should all be broken out like Exercise # 1: Render Puppies and then Exercise # 2: Render Sharks and so on.
I wish it had the challenge for each step written out instead of just the code so that students could actually try to write it themselves before seeing the code. i.e. Step 5 could say: "Create a Route so that when the URL is /puppies, the Creatures component is rendered."
the nesting of Route in step 13 actually introduces a whole host of problems that require an Outlet and the use of index to fix. I suggest changing that block of code to NOT use nesting.
}/>
} />
} />
If they want to learn about nesting, they can watch the video linked in the lesson.
To be clear: the code block in the lesson does NOT work as-is. So it either needs to be updated to remove the nesting or add more code to make it work. I'd vote for the former. (edited)
Update as of Week 1, 2310 inning - There were unmerged changes that had already been made. I'm dropping this ticket but leaving the notes so that @nicktu12 can decide if we need to make any additional changes to the lesson after teaching it with those previous changes merged in. HF
Lesson to be updated: Router v6
Summary of changes needed:
Lesson creation guidelines (also on FE Hub)
The text was updated successfully, but these errors were encountered: