doquocang / FE-Enclave-Online-Exam

0 stars 0 forks source link

Ticket #14 - FE: Reconstruct code using UseContext Hook #7

Open doquocang opened 5 months ago

doquocang commented 5 months ago

I had an issues that every time I need to redirect user to Login page if they have not logged in already, I have to write redirect code in every components. So I came up with the idea using UseContext Hook for re-using code

doquocang commented 5 months ago

Done with optimizing UI for user who have logged in already

doquocang commented 4 months ago

changing the UI bases on the state of login:

have not logged in: Image logged in: Image