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
Without <Suspense>, when you fetch data and it’s not immediately available, the component may render with an empty state, leading to a flicker effect when the new data finally arrives. This flickering happens because the component re-renders as soon as the data is fetched.
Duplicates
Latest version
Source
demo: https://stackblitz.com/edit/github-r5fquo?file=src%2Froutes%2Fabout.tsx
Steps to reproduce 🕹
Steps:
Screen.Recording.2024-08-26.at.18.44.19.mov
The text was updated successfully, but these errors were encountered: