Basic Usage
Create a player
Source input forms
useYouTubePlayer accepts:
If the source is invalid, the player emits an error event.
Player lifecycle
The hook owns the underlying player instance for you.
- create the player once in component scope
- pass it to
YoutubeView - reuse the same instance for events and controls
