Replies: 1 comment
-
We think the fastest way would be to use the same approach as the one seen in react-content-loader. If you have a more precise use-case/example we can take a look at it. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I'm currently working on a content loader component similar to the one found in react-content-loader. In my use case, I'll need to display multiple content loaders at the same time, such as when loading a list of images.
I was wondering if it's possible to avoid redundant rendering of the same shape by rendering it once and displaying it on multiple canvases instead. Has anyone found a way to achieve this currently? I've heard that there may be better control over the surface object in the future and I'm curious if this will be possible. Any insights or suggestions would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions