Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Created November 4, 2018 13:08
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/4df039c03ce66737dc4dfdb57fa8801d to your computer and use it in GitHub Desktop.
Save productioncoder/4df039c03ce66737dc4dfdb57fa8801d to your computer and use it in GitHub Desktop.
Youtube in React: get video by id selector
export const getVideoById = (state, videoId) => {
return state.videos.byId[videoId];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment