Documentation

Migration

Migration paths from React Router, Next.js Router, and Reach Router.

The router migration guide covers three common starting points:

  • React Router v6;
  • Next.js Router;
  • Reach Router.

The key shift is moving from framework-specific route behavior to explicit typed route definitions, route resources, Suspense integration, and typed navigation helpers.

Use packages/router/MIGRATION.md for detailed side-by-side examples while the Zola site keeps the high-level migration path.