react-video
react-video copied to clipboard
🎞 React component to load video from Vimeo or Youtube across any device.
--- The property `videoId` is optional, so you can use it or not. If you don't pass the property, the component will select your type of video based on your...
This component is using the legacy API, not `React.createElement` or `React.createFactory`. ``` Warning: Something is calling a React component directly. Use a factory or JSX instead. See: http://fb.me/react-legacyfactory ReactClass.js:842 Uncaught...
You can remove a lot of the code if you use https://github.com/gajus/playtube component. That'd reduce the bug surface and make the component easier to maintain. If playtube is missing any...
The YouTube thumbnail functionality of this component no longer shows a video preview. Google very recently deprecated their V2 API (which this component uses) and it now returns an HTTP...
This module requires react, and is not a peerDependency (which is being deprecated anyway). See https://github.com/yahoo/react-intl/issues/79#issuecomment-75029178 and https://github.com/npm/npm/commit/c8e08e6d91f4016c80f572aac5a2080df0f78098.
for inline-style-needs
I think that is a great idea put some API methods to the component using the Youtube or Vimeo API, like `onPlay`, `onEnd`, `onPause`, whatever.