Summary
That does it for authentication! Now, our users can log in to our app. The next step is to give them something to do once they sign in. For that, we need more pages, which leads us to our next topic: routing with React. How do we navigate between React components? How do we change the content of our app in accordance with the URL? All that and more is coming up next!