Expose createHistory function #764
KurtGokhan
started this conversation in
Ideas
Replies: 1 comment
-
Sure! Submit a pr |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was writing a custom history type and I found that
createHistory
would be a helpful function if it was exposed. Otherwise I will have to rewrite its logic in my code. I think it should be exposed to public API just likecreateBrowserHistory
,createMemoryHistory
etc. What do you think?Beta Was this translation helpful? Give feedback.
All reactions