CS 347: Lecture 22 – Router, Part II
Dear students:
React lifts the burden of manipulating the DOM, which is nice, but some desirable features are also thrown out—like a site organized into multiple pages. With what we’ve seen of React so far, multiple pages are not really an option, as all views must be corraled under the almighty App
component. In this two-part lecture, we examine ways to make a React app for recording notes feel like it has multiple pages.
This is the second lecture covering our Router-based note taking app.
Here’s your TODO list:
See you next time.
Sincerely,