-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
State is not consistent on navigation causing unrelated components to refresh state and re-render.
Likely same as #78
Parts of the application flash between states. Eg. header bar on nav, page loads fully not isolated component SPA
I believe it's a top level provider changing state (possibly the Auth provider hook) and causing a full app re-render on navigation.
Steps To Reproduce
navigate around app, you will see sidebar & header re-render when they should be static
Expected behaviour
Idiomatic SPA routing, only the updated state parts of the application should re-render
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working