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.pushdo, which might be useful for those who lack ofReact Routerexp, and its difference withhistory.replace(if there is areplacemethod available from thehistoryobject because I also didn't find there was a doc to describe thehistorystructure)Another point is
RouterProvideris not showed in API Components section, but it's widely used in the doc guides. Since many util-components likeOutletandAwaitare documented in API, I wondering is there a specific reason to omitRouterProvider?Beta Was this translation helpful? Give feedback.
All reactions