Skip to content

Conversation

@ClemensLey
Copy link
Contributor

@ClemensLey ClemensLey commented May 15, 2024

All of our example apps would connect to localstorage to determine the logged in user on every navigation. With this PR we are using a React context to store user information so that we only connect to localstorage when the app is loaded instead of when navigating. As access to localstorage is slow this makes navigating around the apps faster.

@ClemensLey ClemensLey changed the title Fix explorer bugs Add Computer Context May 15, 2024
@ltardivo
Copy link
Collaborator

Great!

@ltardivo ltardivo merged commit d47ff5b into main May 16, 2024
@ltardivo ltardivo deleted the fix-explorer-bugs branch May 16, 2024 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants