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
The only way to customize the timeout or the busy milliseconds settings for React.Suspense is by using the useTransition hook. Was curious if anyone had the pattern to use useAsync with useTransition to achieve this functionality. The default busy delay is only 100ms for React. Most people I imagine would want to customize this to suit their timing needs. useTransition API
Not sure how you can use the useTransition hook to customize the delay milliseconds while using useAsync hook with the suspense preview.
The text was updated successfully, but these errors were encountered: