Skip to content

Instantly share code, notes, and snippets.

@Weiyuan-Lane
Created August 2, 2019 17:51
Show Gist options
  • Save Weiyuan-Lane/21f88d6972c16d4051ac0fb2a0d3a3a2 to your computer and use it in GitHub Desktop.
Save Weiyuan-Lane/21f88d6972c16d4051ac0fb2a0d3a3a2 to your computer and use it in GitHub Desktop.
Create a pre declared singleton using export
import Store from 'store'
const storeSingleton = new Store()
export default storeSingleton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment