Skip to content

Instantly share code, notes, and snippets.

@alexvcasillas
Created May 17, 2017 10:10
Show Gist options
  • Save alexvcasillas/acad3d4ecc3c4cf06d1a84f0ac66ff6e to your computer and use it in GitHub Desktop.
Save alexvcasillas/acad3d4ecc3c4cf06d1a84f0ac66ff6e to your computer and use it in GitHub Desktop.
Creation of the GithubStore
const githubStore = GithubStore.create({
searchName: '',
user: {},
repos: [],
fetchingData: false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment