Skip to content

Instantly share code, notes, and snippets.

@narendrashetty
Created June 15, 2016 01:32
Show Gist options
  • Save narendrashetty/c1eed49cf14f81b7213a9bd232235290 to your computer and use it in GitHub Desktop.
Save narendrashetty/c1eed49cf14f81b7213a9bd232235290 to your computer and use it in GitHub Desktop.
const INITIAL_STATE = {
isLoaded: false,
data: []
};
function Store() {
this.state = INITIAL_STATE;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment