T
TanStack•4d ago
ratty-blush

Nuqs vs Tanstack Router

Hey folks! 👋 I'm cooking up a table component with filtering and sorting, kinda like tablecn (https://github.com/sadmann7/tablecn), for my app built with TanStack Router. Now I'm stuck wondering—should I just roll with Tanstack Router's own search params and navigate for managing the filter/sort in the URL? Or is it worth bringing in Nuqs to handle that search param state stuff more cleanly? Has anyone tried both or got tips on what vibes better or makes life easier? Would love to hear any thoughts or real-world experience before I dive in! Thanks a ton 🙌
1 Reply
other-emerald
other-emerald•3d ago
should I just roll with Tanstack Router's own search params and navigate for managing the filter/sort in the URL
i think so, yes. why would you need something else?

Did you find this page helpful?