Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active October 25, 2018 20:09
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/4c54fb9281d7493a1118f192ff68e53b to your computer and use it in GitHub Desktop.
Save productioncoder/4c54fb9281d7493a1118f192ff68e53b to your computer and use it in GitHub Desktop.
Youtube fetchVideoCategories alternative without bind
export const fetchVideoCategories = () => fetchEntity(api.buildVideoCategoryRequest, videoActions.categories);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment