A demo implementing backend pagination, filtering and sorting on TanStack Table, with TanStack Query holding the async state and TanStack Router managing the local state in the URL query parameters.
This project uses Tailwind CSS for styling. To use SPA (Single Page Application) navigation you will need to import the Link component from @tanstack/react-router. TanStack Start provides server ...