teaching machines

CS 347: Lecture 21 – Router, Part I

November 10, 2020 by . Filed under fall-2020, lectures, webdev.

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.

As with the Redux lectures, the videos for this lecture and the next are split based on time rather than on theme.

Here’s your TODO list:

See you next time.

Sincerely,