Momentum logo
Team 14 Classroom

๐ŸฆŠ URL Routing in React ๐ŸฆŠ

Posted on Sep 22nd, 2022

Todayโ€™s topics

  • Review Login and add Logout
  • Using local storage with state to store an auth token
  • React Router

๐ŸŽฏ Project

You should have detailed wireframes and a user flow outline, and components for at least the initial โ€œpageโ€ your user is going to see when they arrive at your site. By today, you should be able to make GET requests for questions and their answers (if you are working on Questionbox) or for cards (if you are working on Social E-Cards).

Deploy to Netlify today if you havenโ€™t already!

๐Ÿ“– Read | ๐Ÿ“บ Watch | ๐ŸŽง Listen

โš ๏ธ These two resources are for older versions of React Router, so you will see some outdated syntax. For instance Switch, Redirect, and the component prop on Route exist only in versions of React Router earlier than version 6. However, the main concepts are the same, so these resources can still help you understand the context and usage of React Router.

๐Ÿ”– Resources

๐Ÿ‘พ Code

Back to home