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