Skip to content
forked from TanStack/router

🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.

License

Notifications You must be signed in to change notification settings

reihwald/router

This branch is 514 commits behind TanStack/router:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

437fb74 · Dec 15, 2024
Dec 2, 2024
Jun 30, 2024
Dec 15, 2024
Dec 15, 2024
Dec 15, 2024
Nov 28, 2024
Jan 3, 2024
Dec 15, 2024
Nov 14, 2024
Jan 31, 2022
Nov 1, 2024
Jul 11, 2024
Jul 11, 2024
Jul 23, 2024
Mar 1, 2024
Nov 10, 2022
Dec 10, 2024
Oct 12, 2024
Jun 28, 2024
Jul 23, 2024
Dec 14, 2024
Dec 15, 2024
Oct 18, 2024
Jul 23, 2024
Dec 6, 2024

Repository files navigation

TanStack Router Header

🤖 Type-safe router w/ built-in caching & URL state management for React!

#TanStack semantic-release Join the discussion on Github Best of JS

Enjoy this library? Try the entire TanStack! React Query, React Table, React Charts, React Virtual

Visit tanstack.com/router for docs, guides, API and more!

Partners







Quick Features

  • 100% TypeSafe
    • Route Defs
    • Navigation
    • Relative Navigation
    • Search Params
    • Path Params
    • Loaders
  • 1st Class Search Params
    • Schemas + Validation
    • Parsing + Serialization
    • Immutable
    • Structural Sharing
    • Pre/Post Processing
  • Built-in Caching
    • Stale-While-Revalidate
    • Max-Age
    • Auto Garbage Collection
    • Invalidation
  • Prefetching
  • Automatic Prefetching
  • Transitions
  • Error Boundaries
  • Code Splitting
  • Layout Routes
  • Easy Integration w/ external caches and storage (eg. React Query, Apollo, SWR, RTKQuery)

Example Usage

To run example React projects with Tanstack Router, see CONTRIBUTING.md

About

🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%