You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/frameworks/framework-guides/react-router.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ import {
12
12
FileTree,
13
13
} from"~/components";
14
14
15
-
**Start from CLI** - scaffold a full-stack app with [React Router v7](https://reactrouter.com/) and the [Cloudflare Vite plugin](/workers/vite-plugin/) for lightning-fast development.
15
+
**Start from CLI**: Scaffold a full-stack app with [React Router v7](https://reactrouter.com/) and the [Cloudflare Vite plugin](/workers/vite-plugin/) for lightning-fast development.
16
16
17
17
<PackageManagers
18
18
type="create"
19
19
pkg="cloudflare@latest my-react-router-app"
20
20
args="--framework=react-router"
21
21
/>
22
22
23
-
**Or just deploy** - create a full-stack app using React Router v7, with CI/CD and previews all set up for you.
23
+
**Or just deploy**: Create a full-stack app using React Router v7, with CI/CD and previews all set up for you.
24
24
25
25
[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/react-router-starter-template)
0 commit comments