Momentum logo
Team 14 Classroom

🦊 React Forms and Authentication 🦊

Posted on Sep 19th, 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! Today is for planning only. We’ll cover working together on GitHub tomorrow.

πŸ“– Read | πŸ“Ί Watch | 🎧 Listen

React Mental Model

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

πŸ”– Resources

Forms

Working with Local Storage in React

Back to home