⚛ React forms and intro to authentication ⚛
Posted on Jul 19th, 2021
Today’s topics
- React Trivia review
- Forms in React (controlled and uncontrolled)
- What does “logged in” mean?
- Intro to handling log in in a React application
🎯 Project
Begin talking to your teammates and planning the Questionbox Project.
🔖 Resources
Forms
Working with Local Storage in React
- use-local-storage-state -> You would
npm install use-local-storage-state
to use it in your code- Check out this custom hook code example, which shows how you could implement this yourself (you could even borrow this code and use it in your project instead of the above library if you wanted to!).
- Using the Web Storage API