react-youtube icon indicating copy to clipboard operation
react-youtube copied to clipboard

comparsion of this framework vs the direct iframe provided by youtube.com

Open john012343210 opened this issue 4 years ago • 1 comments

What is the main difference?

john012343210 avatar Apr 16 '20 20:04 john012343210

@AronWater There basically isn't any difference. This is essentially a React wrapper around https://www.npmjs.com/package/youtube-player, which itself is just a nicer interface and loader around the official iframe and its player API. When this component (react-youtube) is instantiated, it'll result in a normal Youtube iframe on the page.

jonvuri avatar Oct 25 '20 07:10 jonvuri