ei
Size: a a a
ei
DK
ei
DT
VP
DT
ei
DK
ei
// somewhere/history.js
export const history = createBrowserHistory()
// somewhere/routes
import { history } from 'somewhere/history.js'
<Router history={history} />
// somewhere/actions
import { history } from 'somewhere/history.js'
const myAction = () => () => {
history.push(...)
}
ei
ei
НИ
D
НИ
D
НИ
ei
ei
YR
x
// somewhere/history.js
export const history = createBrowserHistory()
// somewhere/routes
import { history } from 'somewhere/history.js'
<Router history={history} />
// somewhere/actions
import { history } from 'somewhere/history.js'
const myAction = () => () => {
history.push(...)
}