Skip to content

Instantly share code, notes, and snippets.

@vouill
Created December 4, 2017 10:56
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 vouill/30848542a433b0f3a4d9896ac17e2ecd to your computer and use it in GitHub Desktop.
Save vouill/30848542a433b0f3a4d9896ac17e2ecd to your computer and use it in GitHub Desktop.
state object in module
const state = {
token: localStorage.getItem('user-token') || ''
status: '',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment