Shall I use @tanstack.com Query in a project that uses TanStack Router?

The docs state that the Router handles caching, etc., for loaders, so maybe I should just use a decent fetch library like Ky that handles exceptions for me, and I’m good?

This will be a medium-sized project - a hosting panel.

Comments