lagunovsky / redux-react-router

A Redux binding for React Router v6
MIT License
72 stars 9 forks source link

Using createBrowserRouter and other same functions #19

Closed Tsyklop closed 1 year ago

Tsyklop commented 1 year ago

I need use createHashRouter function. How i can use it with your library?

lagunovsky commented 1 year ago

This api is not yet supported.

Alternatively:

import { createMemoryHistory } from 'history'
const history = createMemoryHistory()
Tsyklop commented 1 year ago

@lagunovsky is there any future support planned?

lagunovsky commented 1 year ago

Duplicate #15