Sean Cassiere

Results 190 comments of Sean Cassiere

You can tighten up your rerenders by wrapping the relevant components using `React.memo` as mentioned by TkDodo in this message on [DIscord](https://discord.com/channels/719702312431386674/1220383180830412820/1222454759076921406). Here's an example with it: https://stackblitz.com/edit/tanstack-router-dmurum?file=package.json Edit: Incase...

For more context, this bug report is part of this [Discord thread](https://discord.com/channels/719702312431386674/1203801327063408762). The problem is that the router-cli (vite-plugin) incorrectly infers the routing structure of a *layout* route when it...

Been going through our open PRs, and regarding this one, I've got a question about why this implementation is required. This functionality can be achieved using the `getKey` callback function...

I believe I'm understanding what you are going for. But I'm a bit hesitant about widening our API surface unless we absolutely need to and as such I want to...

@elliottgrieco-toast pinging for a checkup. Checking the original discussion thread, discussions, and Discord questions, I haven't seen any movement on the need for this. For navigation controlled outside of React,...

Closing this for now because of the discussion above. Thanks for the contribution, @elliottgrieco-toast! Appreciate your understanding on this.

@trainiac I think this may have been inadvertently fixed in one of our previous releases since we've been on v1. I've got a stackblitz box up with the issue you...

@mattkauffman23 your pathless route structure should be achievable using this structure: https://stackblitz.com/edit/github-dg2qur?file=src%2Froutes%2Fposts%2Findex.tsx If you are still having trouble with this, please drop a question in our [Discord channel](https://discord.com/channels/719702312431386674/1023930177224462388).

I've tested this again and it looks to be working. I'm closing this for now. If this crops up again, please either ping us for this issue to be reopened...

> It seems it doesn't work if a `route.tsx` file is used inside `_layout` folder instead of a `_layout.tsx` file at the same level of the folder. @eg-bernardo When at...