Description:
react-yt is a YouTube player component for React following the render props pattern.
Features:
- playback of single video or supported lists (playlist, user uploads, search results),
- full access to the Youtube Player API inside the render prop,
- access to the player instance as an escape hatch,
- ability to control selected features as props to the component
Installation:
# Yarn $ yarn add react-yt # NPM $ npm install react-yt --save






