Skip to content

Instantly share code, notes, and snippets.

@AllenFang
Created May 5, 2018 07:09
Show Gist options
  • Save AllenFang/bfb42512c4ca6500b5822fc9a0dbdc9c to your computer and use it in GitHub Desktop.
Save AllenFang/bfb42512c4ca6500b5822fc9a0dbdc9c to your computer and use it in GitHub Desktop.
import { createBackgroundStore } from 'redux-webext';
import EventRegister from './events';
createBackgroundStore({ ... }).then((store) => {
// ...
EventRegister.run(store);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment