From 42e18cb63bc895683ab678b7e7a14902df651621 Mon Sep 17 00:00:00 2001 From: FatahChan Date: Tue, 15 Apr 2025 04:14:24 +0200 Subject: [PATCH 1/2] chore: added Parallel Routes comparison.md --- docs/router/framework/react/comparison.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/router/framework/react/comparison.md b/docs/router/framework/react/comparison.md index f579de0fa2..96ebf20c04 100644 --- a/docs/router/framework/react/comparison.md +++ b/docs/router/framework/react/comparison.md @@ -14,6 +14,7 @@ Feature/Capability Key: - 🟡 Partial Support (on a scale of 5) - 🔶 Possible, but requires custom code/implementation/casting - 🛑 Not officially supported +- | | TanStack Router / Start | React Router DOM [_(Website)_][router] | Next.JS [_(Website)_][nextjs] | | ---------------------------------------------- | ------------------------------------------------ | ----------------------------------------------------- | ----------------------------------------------------- | @@ -61,6 +62,7 @@ Feature/Capability Key: | Async Scroll Restoration | ✅ | 🛑 | 🛑 | | Router Invalidation | ✅ | ✅ | ✅ | | Runtime Route Manipulation (Fog of War) | 🛑 | ✅ | ✅ | +| Parallel Routes | 🛑 | 🛑 | ✅ | | -- | -- | -- | -- | | **Full Stack** | -- | -- | -- | | SSR | ✅ | ✅ | ✅ | From 762cb0c1f600684d5df318b04b4356d3f9c69473 Mon Sep 17 00:00:00 2001 From: FatahChan Date: Tue, 15 Apr 2025 20:44:17 +0200 Subject: [PATCH 2/2] Update comparison.md --- docs/router/framework/react/comparison.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/router/framework/react/comparison.md b/docs/router/framework/react/comparison.md index 96ebf20c04..4ef92b2667 100644 --- a/docs/router/framework/react/comparison.md +++ b/docs/router/framework/react/comparison.md @@ -14,7 +14,6 @@ Feature/Capability Key: - 🟡 Partial Support (on a scale of 5) - 🔶 Possible, but requires custom code/implementation/casting - 🛑 Not officially supported -- | | TanStack Router / Start | React Router DOM [_(Website)_][router] | Next.JS [_(Website)_][nextjs] | | ---------------------------------------------- | ------------------------------------------------ | ----------------------------------------------------- | ----------------------------------------------------- |