From the course: React Foundations by Pearson

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Lab: Routing techniques

Lab: Routing techniques

Okay, so it's lab time again. This is lab 11. In this lab, you're going to add real functionality into a React TypeScript application. So you'll have a React application in TypeScript that has the library functionality, so books and films from earlier in the course, and it'll have full support for routing, there'll be a root table, lots of components, a menu, all the all the stuff we've been looking at over the last few lessons. So here's the location of the of the code. If you're going to react-dev student 11 is the starter code and then react-dev solutions 11 is the solution code. There are six exercises in this lab. As usual the first lab is a quick run through the solution just so you can get a heads up of where we're heading. In lab 2, so exercise 2, we're going to reset the clock back to the beginning-ish, and the starting point for where your code is going to be added. So I'll kind of run through that in exercise 2. And then exercises 3, 4, 5, and 6, you progressively add more…

Contents