UNPKG

@trapar-waves/react-tanstack

Version:

A React template leveraging TanStack tools (Query, Router) for state management, routing, and data handling, with TypeScript, Tailwind CSS, and Rsbuild integration.

5 lines (3 loc) 155 B
import { createRouter } from "@tanstack/react-router"; import { routeTree } from "./routeTree.gen.ts"; export const router = createRouter({ routeTree });