UNPKG
koa2-boilerplate-plus
Version:
latest (1.0.0)
1.0.0
Enhanced koa2 boilerplate
github.com/superalsrk/koa2-boilerplate
superalsrk/koa2-boilerplate
koa2-boilerplate-plus
/
app
/
store
/
history.js
6 lines
(4 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ useRouterHistory}
from
'react-router'
;
import
{ createHashHistory }
from
'history'
;
const
appHistory =
useRouterHistory
(createHashHistory)({
queryKey
:
false
})
export
default
appHistory