Skip to content

Instantly share code, notes, and snippets.

@victor36max
Last active July 29, 2018 09:00
Show Gist options
  • Save victor36max/edc8fbb947c3338586b85ad0c6ee04ea to your computer and use it in GitHub Desktop.
Save victor36max/edc8fbb947c3338586b85ad0c6ee04ea to your computer and use it in GitHub Desktop.
static async getInitialProps({ isServer, store }) {
  store.dispatch({ type: type.MY_ACTION });
  console.log(store.getState());
  return {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment