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
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
fetch-suspense is designed to work with React concurrent mode's Suspense. The fetch-suspense README contains an excellent example of usage with Suspense.
The other main new API in concurrent mode is useTransition. It would be helpful to have a README example showing to use fetch-suspense within a startTransition created by useTransition.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
fetch-suspense is designed to work with React concurrent mode's
Suspense
. The fetch-suspense README contains an excellent example of usage withSuspense
.The other main new API in concurrent mode is
useTransition
. It would be helpful to have a README example showing to use fetch-suspense within astartTransition
created byuseTransition
.The text was updated successfully, but these errors were encountered: