docs: update recommended full-stack React framework from Remix to React Router (#8076)

This commit is contained in:
Ardi Zanki
2025-10-17 00:58:22 +07:00
committed by GitHub
parent c8843f7944
commit ac0d53e3ee

View File

@@ -253,7 +253,7 @@ export function HomeContent() {
doesnt prescribe how to do routing and data fetching. To build an
entire app with React, we recommend a full-stack React framework
like <Link href="https://nextjs.org">Next.js</Link> or{' '}
<Link href="https://remix.run">Remix</Link>.
<Link href="https://reactrouter.com">React Router</Link>.
</Para>
</Center>
<FullBleed>