From 2e5e5c3d9765b9d43e64b48662c1a4da91adf736 Mon Sep 17 00:00:00 2001 From: Hichem Date: Tue, 13 Jan 2026 08:58:20 +0000 Subject: [PATCH 1/2] fix: update static export support details in comparison documentation --- docs/start/framework/react/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/framework/react/comparison.md b/docs/start/framework/react/comparison.md index b68a1cc08e7..66cf0185128 100644 --- a/docs/start/framework/react/comparison.md +++ b/docs/start/framework/react/comparison.md @@ -66,7 +66,7 @@ Feature/Capability Key: | Serverless Support | ✅ | ✅ | ✅ | | Node.js Support | ✅ | ✅ | ✅ | | Docker Support | ✅ | ✅ | ✅ | -| Static Export | ✅ | ✅ | ✅ | +| Static Export | ✅ | 🟡 (App Router does not support useParams() on client) | ✅ | | Official Cloudflare Support | ✅ | 🟡 | ✅ | | Official Netlify Support | ✅ | 🟡 | ✅ | | Official Vercel Support | ✅ (via Nitro) | ✅ | ✅ | From 82e9813e69e1374ca23743fb67df9adce140858f Mon Sep 17 00:00:00 2001 From: Hichem Date: Tue, 13 Jan 2026 09:00:54 +0000 Subject: [PATCH 2/2] fix: clarify static export support details in comparison table --- docs/start/framework/react/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/framework/react/comparison.md b/docs/start/framework/react/comparison.md index 66cf0185128..34c04b4b0a4 100644 --- a/docs/start/framework/react/comparison.md +++ b/docs/start/framework/react/comparison.md @@ -66,7 +66,7 @@ Feature/Capability Key: | Serverless Support | ✅ | ✅ | ✅ | | Node.js Support | ✅ | ✅ | ✅ | | Docker Support | ✅ | ✅ | ✅ | -| Static Export | ✅ | 🟡 (App Router does not support useParams() on client) | ✅ | +| Static Export | ✅ | 🟡 (App Router doesn't support useParams()) | ✅ | | Official Cloudflare Support | ✅ | 🟡 | ✅ | | Official Netlify Support | ✅ | 🟡 | ✅ | | Official Vercel Support | ✅ (via Nitro) | ✅ | ✅ |