diff --git a/docs/router/framework/react/comparison.md b/docs/router/framework/react/comparison.md index a6b61e59f0..140120e37b 100644 --- a/docs/router/framework/react/comparison.md +++ b/docs/router/framework/react/comparison.md @@ -1,5 +1,5 @@ --- -title: Comparison | TanStack Router & TanStack Start vs Next.js vs React Router / Remix +title: Comparison | TanStack Router vs Next.js vs React Router toc: false --- @@ -17,10 +17,10 @@ Feature/Capability Key: - 🔶 Possible, but requires custom code/implementation/casting - 🛑 Not officially supported -| | TanStack Router / Start | React Router DOM [_(Website)_][router] | Next.JS [_(Website)_][nextjs] | +| | TanStack Router | React Router [_(Website)_][react-router] | Next.JS [_(Website)_][nextjs] | | ---------------------------------------------- | ------------------------------------------------ | ----------------------------------------------------- | ----------------------------------------------------- | -| Github Repo / Stars | [![][stars-tanstack-router]][gh-tanstack-router] | [![][stars-router]][gh-router] | [![][stars-nextjs]][gh-nextjs] | -| Bundle Size | [![][bp-tanstack-router]][bpl-tanstack-router] | [![][bp-router]][bpl-router] | ❓ | +| Github Repo / Stars | [![][stars-tanstack-router]][gh-tanstack-router] | [![][stars-react-router]][gh-react-router] | [![][stars-nextjs]][gh-nextjs] | +| Bundle Size | [![][bp-tanstack-router]][bpl-tanstack-router] | [![][bp-react-router]][bpl-react-router] | ❓ | | History, Memory & Hash Routers | ✅ | ✅ | 🛑 | | Nested / Layout Routes | ✅ | ✅ | 🟡 | | Suspense-like Route Transitions | ✅ | ✅ | ✅ | @@ -77,20 +77,17 @@ Feature/Capability Key: | React Server Components | 🛑 | 🟡 (Experimental) | ✅ | | `