ManPhamQuang / COSC2769-rmit

Further web programming - COSC2769
cosc-2769-rmit.vercel.app
MIT License
0 stars 0 forks source link

Refactor Layout code #86

Closed ManPhamQuang closed 3 years ago

ManPhamQuang commented 3 years ago

Description

Currently, there are two different Layout implementation in the frontend architecture:

Proposal

Implement a unifying Navbar structure in the _app.js file. This would also provide the app with a single <AuthContextProvider>, ensuring all states in the app is properly synced.