Traceton / react-ecommerce

A basic app to showcase my React js skills.
https://traceton-react-ecommerce.herokuapp.com/
0 stars 0 forks source link

Session storage resave function needed. #19

Closed Traceton closed 3 years ago

Traceton commented 3 years ago

A new resave function should be created in SessionStorageApi.js. This resave function should be able to be called whenever the user is updated from UserApi.js. The authorized user can then depend on what is in session storage.

Currently if a user updated any of their information, Account.js is updated, BUT disappears on refresh.

Traceton commented 3 years ago

implemented already existing save user to session storage function. This is tested and working correctly.