Skip to content

Commit 7fc5295

Browse files
docs: update deployment guides for Vercel, Cloudflare, and Netlify with links to official templates (#14397)
1 parent 2b592a3 commit 7fc5295

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

docs/start/framework/deploying.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -81,37 +81,12 @@ The containerized application can be deployed to any platform that supports Dock
8181

8282
### Vercel
8383

84-
```
85-
npx create-react-router@latest --template remix-run/react-router-templates/vercel
86-
```
87-
88-
- Server Rendering
89-
- Tailwind CSS
90-
91-
### Cloudflare Workers w/ D1
92-
93-
```
94-
npx create-react-router@latest --template remix-run/react-router-templates/cloudflare-d1
95-
```
96-
97-
- Server Rendering
98-
- D1 Database with Drizzle ORM
99-
- Tailwind CSS
84+
Vercel maintains their own template for React Router. Checkout the [Vercel Guide](https://vercel.com/templates/react-router/react-router-boilerplate) for more information.
10085

10186
### Cloudflare Workers
10287

103-
```
104-
npx create-react-router@latest --template remix-run/react-router-templates/cloudflare
105-
```
106-
107-
- Server Rendering
108-
- Tailwind CSS
88+
Cloudflare maintains their own template for React Router. Checkout the [Cloudflare Guide](https://developers.cloudflare.com/workers/framework-guides/web-apps/react-router/) for more information.
10989

11090
### Netlify
11191

112-
```
113-
npx create-react-router@latest --template remix-run/react-router-templates/netlify
114-
```
115-
116-
- Server Rendering
117-
- Tailwind CSS
92+
Netlify maintains their own template for React Router. Checkout the [Netlify Guide](https://docs.netlify.com/build/frameworks/framework-setup-guides/react-router/) for more information.

0 commit comments

Comments
 (0)