You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Summary
Add
<Suspense>
to stop jarring movement on UI components with children that need to load.Description
Components like
BlocksTable
andTransactionsTable
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.The text was updated successfully, but these errors were encountered: