
Introduction
React has been the most popular JavaScript framework for building frontend. As a web developer, I recommend you learn React...
For further actions, you may consider blocking this person and/or reporting abuse
Nice post
Thanks 👍
Thank you, please do more proyects with React
Glad that you like it. Sure will do more of such projects.
Thank you for this post, Really insightful
Amazing I love it
Thanks, Ahmed. Add more features to it.
Your setInterval is running when video is paused. You should check condition to run interval. If isPlaying is false then stop it.
see my response, you do not need intervals with video element
its better to use the "timeupdate" event and "metadataloaded" etc. for duration in on the video element. This will clean up the code and update currentime only when needed.
developer.mozilla.org/en-US/docs/W...
how about mute and quality control of video
check my answer and check developer.mozilla.org/en-US/docs/W... for "volumechange" event