From d629175b657319032dcc93bf678cb17fc8d150c1 Mon Sep 17 00:00:00 2001 From: ardizanki2919 Date: Tue, 14 Oct 2025 15:19:37 +0700 Subject: [PATCH] docs: update recommended full-stack React framework from Remix to React Router --- src/components/Layout/HomeContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js index 3cf7d5c2c53..9cc26bdaa7d 100644 --- a/src/components/Layout/HomeContent.js +++ b/src/components/Layout/HomeContent.js @@ -253,7 +253,7 @@ export function HomeContent() { doesn’t prescribe how to do routing and data fetching. To build an entire app with React, we recommend a full-stack React framework like Next.js or{' '} - Remix. + React Router.