9-3-2020

There appears to be a missing video that aimed to describe what will be built over the next few sections and start the app generation. We hope to have a replacement video recorded and posted sometime soon.

To summarize what was to be in this lecture, we will be building a Widget application that will include multiple components. These components will be:

We will then wrap up the Widgets application by building our own navigation using JS and React without a third-party library like React Router. This will be used to navigate between the different widget components that were built.

Before continuing on to the next lecture, make sure to generate the project by running the following:

npx create-react-app widgets