Skip to content

Instantly share code, notes, and snippets.

@Hoang-Minh
Created July 15, 2020 22:34
Show Gist options
  • Save Hoang-Minh/62a5f01423534f1049e9bbe429608921 to your computer and use it in GitHub Desktop.
Save Hoang-Minh/62a5f01423534f1049e9bbe429608921 to your computer and use it in GitHub Desktop.
Create a file history.js
import { createBrowserHistory } from 'history';
export const history = createBrowserHistory();
Import this file to any component that you want to access history
import { history } from '../_helpers';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment