Building an application with multiple logged in accounts and multiple workspaces per account
My web app requires the ability to be logged into multiple accounts and the ability to have multiple workspaces per account. I haven't ever set this up before in my web apps and so was wondering if anyone had experience in this. My main questions -
1. What is the recommended state management to know which logged in user is the active user?
2. Any advice on routing?
2 Replies