Skip to content

Instantly share code, notes, and snippets.

@brakmic
Created March 14, 2017 15:15
Show Gist options
  • Save brakmic/1380ec09d8b9c813a96d9033461a2f6d to your computer and use it in GitHub Desktop.
Save brakmic/1380ec09d8b9c813a96d9033461a2f6d to your computer and use it in GitHub Desktop.
provide a reducer store
const appStore = provideStore(
{
vrModule: vrModuleReducer
},
{
vrModule: this.vrModule
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment