Back to Router

TanStack Router - Location Masking Example

examples/react/location-masking/README.md

1.166.7691 B
Original Source

TanStack Router - Location Masking Example

An example demonstrating location masking for URL privacy.

Start a new project based on this example

To start a new project based on this example, run:

sh
npx gitpick TanStack/router/tree/main/examples/react/location-masking location-masking

Getting Started

Install dependencies:

sh
pnpm install

Start the development server:

sh
pnpm dev

Build

Build for production:

sh
pnpm build

About This Example

This example demonstrates:

  • Location masking
  • URL privacy
  • Hiding sensitive route information
  • Custom URL display
  • Security patterns