You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview
When a customer logs in, we want to persist their login across all pages of the application - even if they navigate away from the website briefly. To do so, provide a context for all pages of the webpage and set localStorage.
larkinds
changed the title
Set LocalStorage and Context When a Customer Logs In
Feature: Set LocalStorage and Context When a Customer Logs In
Sep 11, 2023
Overview
When a customer logs in, we want to persist their login across all pages of the application - even if they navigate away from the website briefly. To do so, provide a context for all pages of the webpage and set localStorage.
This issue depends on #43 being complete.
Actions
- [ ] For products
- [ ] For customer login status
Resources
React's Guide to Context
useContext API
The text was updated successfully, but these errors were encountered: