Workspace Contexts
# package-development
p
Is it possible for a workspace view to have an own context? Currently my view runs the constructor on every view change resetting all the state that I had before
w
I am doing this off my memory but yeh I believe there is an extension type that is workspaceContext. If not you could use a global context and then consumer further/lower down in components as needed.
p
Appreciate it 🙏 Will give the WorkspaceContext a try
2 Views