Skip to content

Instantly share code, notes, and snippets.

@jide
Last active April 1, 2022 20:15
Show Gist options
  • Select an option

  • Save jide/9755d4e3704588a1e3defbc5fafba0d1 to your computer and use it in GitHub Desktop.

Select an option

Save jide/9755d4e3704588a1e3defbc5fafba0d1 to your computer and use it in GitHub Desktop.
export const onInitializeOvermind = ({ state, actions, effects }, instance) => {
state.auth.token = effects.auth.getLocalStorageToken();
effects.router.initialize({
'/': actions.showLoginPage,
'/:postId': actions.showPostPage
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment