Can the Person component be lazy loaded ? #1845
Unanswered
ortegarenzy
asked this question in
Q&A
Replies: 1 comment 3 replies
-
In React all component can be loaded asynchronously on demand via React.lazy and Suspense. Could you outline your intended scenario in a little more detail to help me understand what you're trying to accomplish? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently using the Person component in React, and I do wonder if we can enable lazy loading the images ?
Beta Was this translation helpful? Give feedback.
All reactions