Skip to content

Commit ac0d53e

Browse files
docs: update recommended full-stack React framework from Remix to React Router (#8076)
1 parent c8843f7 commit ac0d53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/HomeContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export function HomeContent() {
253253
doesn’t prescribe how to do routing and data fetching. To build an
254254
entire app with React, we recommend a full-stack React framework
255255
like <Link href="https://nextjs.org">Next.js</Link> or{' '}
256-
<Link href="https://remix.run">Remix</Link>.
256+
<Link href="https://reactrouter.com">React Router</Link>.
257257
</Para>
258258
</Center>
259259
<FullBleed>

0 commit comments

Comments
 (0)