Comments on: Introducing TanStack Router https://frontendmasters.com/blog/introducing-tanstack-router/ Helping Your Journey to Senior Developer Fri, 01 Aug 2025 13:03:09 +0000 hourly 1 https://wordpress.org/?v=6.9 By: Mike https://frontendmasters.com/blog/introducing-tanstack-router/#comment-35904 Fri, 01 Aug 2025 13:03:09 +0000 https://frontendmasters.com/blog/?p=3821#comment-35904 Hey, do you have any news about the another option to make the url pretty?

Doesn’t seem to work in the example repo anymore? For me the url is still polluted with the default values

]]>
By: Adam Rackis https://frontendmasters.com/blog/introducing-tanstack-router/#comment-18464 Mon, 30 Dec 2024 13:45:34 +0000 https://frontendmasters.com/blog/?p=3821#comment-18464 In reply to Wayne.

Interesting. The first version from the blog post, using Record<string, undefined> should still work.

But yeah, the other version (another option) is indeed broken. Let me check if that’s even still supported – I may need to update the post and remove that section.

]]>
By: Wayne https://frontendmasters.com/blog/introducing-tanstack-router/#comment-18313 Sat, 28 Dec 2024 09:51:16 +0000 https://frontendmasters.com/blog/?p=3821#comment-18313 This post helped me a lot to get started, thanks!

I did have a few troubles with the section “Making Our URL Prettier” and “Another Option”.

It works with your demo repository, but with the latest version of @tanstack/react-router and React 19, your approach doesn’t work any more.

Do you have another solution that works with the latest version?

]]>
By: Adam Rackis https://frontendmasters.com/blog/introducing-tanstack-router/#comment-13077 Wed, 09 Oct 2024 17:18:46 +0000 https://frontendmasters.com/blog/?p=3821#comment-13077 In reply to Gerson.

Not off hand, no, sorry

]]>
By: Gerson https://frontendmasters.com/blog/introducing-tanstack-router/#comment-13064 Wed, 09 Oct 2024 12:19:43 +0000 https://frontendmasters.com/blog/?p=3821#comment-13064 Thank you for this amazing post! Do you know how to create a Router mock for testing purposes?

]]>