Reyder95 / sdvx-tracker-frontend

Website designed to help SOUND VOLTEX players track their scores among simulators, and even official cabinet if they desire. The design route taken through this project will also allow players to keep track of custom charts as well.
3 stars 0 forks source link

Proper username display after "Welcome" when logging in #112

Open Reyder95 opened 4 years ago

Reyder95 commented 4 years ago

At the current moment, the "cheap" tactic I use to get the username to display correctly after logging in is simply reloading the page so the value in localStorage gets rendered. This would be better if there was no page reload. Perhaps read the value from state or localStorage if state is null.