react-youtube
react-youtube copied to clipboard
comparsion of this framework vs the direct iframe provided by youtube.com
What is the main difference?
@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.