Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active November 21, 2018 20:59
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/6b92be9054ea4ce5498d2980755508cf to your computer and use it in GitHub Desktop.
Save productioncoder/6b92be9054ea4ce5498d2980755508cf to your computer and use it in GitHub Desktop.
Youtube in React: search results and next page token selectors
export const getSearchResults = (state) => state.search.results;
export const getSearchNextPageToken = (state) => state.search.nextPageToken;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment