TanStack Router

Vite + TypeScript + React + Tanstack Router

TanStack Start support is comming soon. Follow progress.

The example setup is live here: https://example-tanstack-router.oidc-spa.dev/

Run it locally with:

npx degit https://github.com/keycloakify/oidc-spa/examples/tanstack-router-file-based oidc-spa-tanstack-router
cd oidc-spa-tanstack-router
cp .env.local.sample .env.local
yarn
yarn dev

Last updated

Was this helpful?