State Management
To add a piece of functionality follow the structure:
- Start off with the constants
- Create a new
reducerand add it to thestore.js - Create an
actionto actually make a request to the backend - Replace
useEffectlogic (on the component screen), so it will fetch data from the action
JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties.
Header + Payload + Signature
