Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active December 18, 2018 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save productioncoder/461ef44201d9b8add5dc673b34cb87d4 to your computer and use it in GitHub Desktop.
Save productioncoder/461ef44201d9b8add5dc673b34cb87d4 to your computer and use it in GitHub Desktop.
Youtube in React: get video id in Watch.js
import {getSearchParam} from '../../services/url';
/* ... */
getVideoId() {
return getSearchParam(this.props.location, 'v');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment