fossasia / accounts.susi.ai

Accounts Service for SUSI.AI http://accounts.susi.ai
GNU Lesser General Public License v2.1
1.51k stars 94 forks source link

Reuse staticAppBar and footer by creating a layout component #704

Open Pipe-Runner opened 5 years ago

Pipe-Runner commented 5 years ago

Actual Behaviour

Currently, the StaticAppBar and Footer component is being called individually for each route in which they are being used.

Expected Behaviour

Avoid unnecessary re-renders by creating an AppShell ( Layout component )

Would you like to work on the issue?

Yes