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

Add <Suspense> for components with data fetching #32

Closed
ejmg opened this issue Dec 14, 2023 · 1 comment
Closed

Add <Suspense> for components with data fetching #32

ejmg opened this issue Dec 14, 2023 · 1 comment
Labels
new feature New feature or request

Comments

@ejmg
Copy link
Collaborator

ejmg commented Dec 14, 2023

Summary

Add <Suspense> to stop jarring movement on UI components with children that need to load.

Description

Components like BlocksTable and TransactionsTable currently "jump" each time a new page of data is loaded. Wrapping the parts of the client's UI with children components that need to fetch data & hydrate data with <Suspense> would help alleviate this.

@ejmg
Copy link
Collaborator Author

ejmg commented Aug 1, 2024

With #161, all major data fetching has been set up to use Suspense.

@ejmg ejmg closed this as completed Aug 1, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Cuiloa Backlog Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant