Skip to content

Instantly share code, notes, and snippets.

@azu

azu/block1.js Secret

Created September 20, 2017 12:05
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 azu/c40f4e11b9b0d131146b4a2c6ac7b546 to your computer and use it in GitHub Desktop.
Save azu/c40f4e11b9b0d131146b4a2c6ac7b546 to your computer and use it in GitHub Desktop.
const appContext = new Context({
dispatcher: new Dispatcher(),
store: yourStoreGroup,
options: {
strict: true,
performanceProfile: true // <= here
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment