Lazy loading of remote videos #4523
IslamRustamov
started this conversation in
Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed that if I render a list of
Video
components, each one of them is showing a remote video (HLS video or whatever), all of the videos are going to start loading those videos at once.Isn't it going to be convenient to add a new boolean prop called, for example,
lazy
:And a new ref method:
So that we can control when we want to start loading remote video?
Might try myself in implementation of this thing.
Beta Was this translation helpful? Give feedback.
All reactions