Replies: 1 comment
-
The These are the type for RouterHistory. TSR's history package, uses pretty much all of the same browser standards stuff with some optimizations specific to the library. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I didn't have any experience with React Router before learning TanStack Router, and when I found
router.history.push(search.redirect)
from here, it was confusing for:history.push
do, which might be useful for those who lack ofReact Router
exp, and its difference withhistory.replace
(if there is areplace
method available from thehistory
object because I also didn't find there was a doc to describe thehistory
structure)Another point is
RouterProvider
is not showed in API Components section, but it's widely used in the doc guides. Since many util-components likeOutlet
andAwait
are documented in API, I wondering is there a specific reason to omitRouterProvider
?Beta Was this translation helpful? Give feedback.
All reactions