Skip to main content
Back to the directory
tanstack-skills/tanstack-skillsSoftware EngineeringFrontend and Design

tanstack-router

TanStack Router is a fully type-safe router for React (and Solid) applications. It provides file-based routing, first-class search parameter management, built-in data loading, code splitting, and deep TypeScript integration. It serves as the routing foundation for TanStack Start (the full-stack framework).

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
919

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/tanstack-skills/tanstack-skills --skill tanstack-router
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, tanstack-router has 919 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: tanstack-skills/tanstack-skills. Canonical URL: https://skills.sh/tanstack-skills/tanstack-skills/tanstack-router.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
TanStack Router is a fully type-safe router for React (and Solid) applications. It provides file-based routing, first-class search parameter management, built-in data loading, code splitting, and deep TypeScript integration. It serves as the routing foundation for TanStack Start (the full-stack framework). Package: @tanstack/react-router CLI: @tanstack/router-cli or @tanstack/router-plugin (Vite/Rspack/Webpack) Devtools: @tanstack/react-router-devtools Routes are organized in a tree structure. The root route is the top-level layout, and child routes nest underneath. File-based routing automatically generates the route tree from your file structure. Configure with Vite plugin: Each route can define: Control when loaders re-execute: Stream non-critical data: Provide shared dependencies via router context: With file-based routing, create a lazy file: All hooks are fully typed based on the route tree: Display a different URL than the actual route: - _ prefix: Pathless routes (layout groups without URL segment) - $ prefix: Dynamic path parameters - (folder) parentheses: Route groups (organizational, no URL impact) - Use file-based routing for most applications - it's simpler and auto-generates the route tree - Validate search params with Zod or custom validators for type safety - Use loaderDeps to control when loaders re-execute based on search param changes - Leverage context for...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tanstack-router do?

TanStack Router is a fully type-safe router for React (and Solid) applications. It provides file-based routing, first-class search parameter management, built-in data loading, code splitting, and deep TypeScript integration. It serves as the routing foundation for TanStack Start (the full-stack framework).

Is tanstack-router good?

tanstack-router does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support tanstack-router?

tanstack-router currently lists compatibility with Skills CLI.

Is tanstack-router safe to install?

tanstack-router has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to tanstack-router?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install tanstack-router?

Run the following command to install tanstack-router: npx skills add https://github.com/tanstack-skills/tanstack-skills --skill tanstack-router

Related skills

More from tanstack-skills/tanstack-skills

Related skills

Alternatives in Software Engineering