Momentum logo
Team 12 Classroom

🦊 React Forms and Authentication 🦊

Posted on May 31st, 2022

Today’s topics

  • React Trivia review
  • Forms in React
  • Understanding what “logged in” means
  • How to handle authentication in a React application

🎯 Collaborative Project

Begin talking to your teammates and planning the team project. You should have detailed wireframes, an idea of user flow (how your user interacts with your UI), and a plan for components done by tomorrow.

Start with: What does my user see when they first land on this page? What will they do? What happens next?

No writing code yet! We’ll cover working together on GitHub tomorrow.

🔖 Resources

Forms

Working with Local Storage in React

React Mental Model

Review the core concepts of how React works by reading these visual guides.

Back to home