Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make routes lazy #10980

Open
JammingBen opened this issue May 31, 2024 · 0 comments · May be fixed by #11089
Open

Make routes lazy #10980

JammingBen opened this issue May 31, 2024 · 0 comments · May be fixed by #11089
Assignees

Comments

@JammingBen
Copy link
Collaborator

To improve overall performance of Web we want to lazy load all of our routes, since it doesn't make sense to load all of them on the initial page load.

The implementation will also need some wrapper component that displays a loading state (with some debounce) during which a route is loading its data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant