React (Tanstack) Location #86
Answered
by
salvoravida
PointSingularity
asked this question in
Q&A
-
First things first, thanks for the great library! I was thinking of maybe using React Location instead of React Router. I was wondering if someone had successfully integrated Redux First History and Redux Toolkit with React Location? Any insight would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
salvoravida
Jul 18, 2022
Replies: 1 comment 3 replies
-
Since react-location use history from react-router it already works with redux-first-history Here is the demo https://codesandbox.io/s/redux-first-history-demo-rr6-forked-wvst19 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
salvoravida
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since react-location use history from react-router it already works with redux-first-history
Here is the demo
https://codesandbox.io/s/redux-first-history-demo-rr6-forked-wvst19