Momentum logo
Team 14 Classroom

🦊 Authentication in a React App 🦊

Posted on Sep 20th, 2022

🗓️ Today’s topics

  • Using Forms in React
  • Revisit “What is logged in?” in code
  • Requesting an auth token for login

🎯 Project

Work with your team to get the initial components in place for the QuestionBox or Social E-cards project.

Optional prep for Thursday

On Thursday we’ll be covering a way to add routing to our application with ReactRouter. If you want to get a head start, there’s a brand new React Router tutorial.

By Friday

  • Your app can make GET requests for questions and answers OR cards and friends
  • Show questions or cards on the page
  • Have a solid start on POST requests for creating questions or cards
  • Deploy to Netlify as soon as possible (TIP ⭐ Your code needs to run locally with no errors before you can deploy it!)

🔖 Resources

##

Back to home