Tanner Linsley
Tanner Linsley
Excellent point.
Will you please make the same PR for the `beta` branch as well?
Rendering times and amounts will depend on many different factors. In TanStack Router, we only render when something has changed in the router state. If you see a render, it...
With the latest move to TanStack Router, routes are now meant to be very static. We can play with adding dynamic routes if you'd like, but for now, it's not...
TanStack Router is doing search params in a unified way now with `const { search } = router.useMatch()`
@GabriFila, this issue is fixed in c4adf1f4841a0dd5999467a5594f39d1ce3a3733. It should be released within a few minutes.
Next version will have this as a first class api.
TanStack Router now has `router.clearMatchCache()`
Known issue. Working on it. Tanner Linsley On Apr 2, 2022, 9:48 AM -0700, Diederik van den Burger ***@***.***>, wrote: > #249 I see this issue was reported here too....
I am working on a fix for this, but don't have an ETA yet. I'm pretty heads down in React Table this week. Re: @DiederikvandenB, I would say unless you're...