-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Suspense: not yet implemented #22615
Comments
Can you run If you believe this information is irrelevant to the reported issue, you may write |
Haven't used https://reactjs.org/docs/react-api.html#reactsuspense
|
@Taylor123 not necessary, you can use Suspense not to lazy load components, but for suspending rendering when for example, making a http request. |
Yes, @Taylor123 we can use react suspense functionality without react.lazy as far as in the context of web. now trying to use in react-native to which i'm facing the same issue. |
Any idea if this is on the roadmap / coming any time soon? |
It's working in progress, I think that soon will be stable.
Thank you React-Native Team! |
I got the reproduceable demo above (minus the react-cache - did my own test cache) to work in 0.59.0-rc.3. |
I'm using this implementation to test my apps, and so far I could go it's working well. I'm found some troubles with expo integration. Note: 0.59-rc was shipped with support to hooks |
This should be working in the latest release - if it's not please let us know and we can re-open |
Hi, I'm using react-native 0.59.5 and tried to implement Suspense but it never falls back to the fallback component
selectAproduct.js
|
Environment
[skip envinfo]
Description
When trying to use Suspense on React Native, I am receiving a
Not yet implemented
issue, after thereact-cache
package has resolved the data.Reproducible Demo
The text was updated successfully, but these errors were encountered: