@tanstack/router-plugin

v1.56.4
Modern and scalable routing for React applications
react location router routing async async router typescript

TanStack Router Plugin

See https://tanstack.com/router/latest/docs/framework/react/guide/file-based-routing

Installation

npm install -D @tanstack/router-plugin

Usage with vite

// vite.config.js
import { defineConfig } from 'vite'
import { TanStackRouterVite } from '@tanstack/router-plugin/vite'

export default defineConfig({
  plugins: [
    TanStackRouterVite(),
    // ...
  ],
})
npm i @tanstack/[email protected]

Metadata

  • MIT
  • >=12
  • Tanner Linsley
  • released 9/7/2024

Downloads