⚛ URL Routing in React ⚛
Posted on Jul 20th, 2021
Today’s topics
- Forms in React (controlled and uncontrolled)
- What does “logged in” mean?
- Intro to handling log in in a React application
- Intro to React Router
🎯 Project
Continue planning with your teammates on the Questionbox Project. Please deploy the FE of your app to Netlify once you have finished initial setup.
📖 Read | 📺 Watch | 🎧 Listen
🔖 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
Working with React Router
- React Router docs
- Token Authentication Endpoint guide for djoser library -> This is the library being used by the backend