Skip to content

Commit 2444d5e

Browse files
Remove Cloudflare, Netlify, and Vercel templates (#161)
* Update README with links to vendor deployment guides * Remove old template tests * Remove vendor templates
1 parent 29ac272 commit 2444d5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+268
-9945
lines changed

.tests/test.cloudflare-d1.ts

Lines changed: 0 additions & 76 deletions
This file was deleted.

.tests/test.cloudflare.ts

Lines changed: 0 additions & 59 deletions
This file was deleted.

.tests/test.netlify.ts

Lines changed: 0 additions & 67 deletions
This file was deleted.

.tests/test.vercel.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -68,37 +68,15 @@ Adds PostgreSQL database support with DrizzleORM to the default template, includ
6868
npx create-react-router@latest --template remix-run/react-router-templates/node-postgres
6969
```
7070

71-
**Cloudflare template:**
71+
### Deployment Guides
7272

73-
Optimized for Cloudflare's edge platform with built-in deployment workflows using Wrangler CLI. Includes preview deployments and progressive rollouts.
73+
Many vendors maintain their own templates for React Router. The following are popular deployment platforms with their own templates and deployment guides:
7474

75-
```bash
76-
npx create-react-router@latest --template remix-run/react-router-templates/cloudflare
77-
```
78-
79-
**Cloudflare with D1 template:**
80-
81-
Extends the Cloudflare template with D1 database support, including migrations and production database setup. Perfect for edge-first applications with persistent data.
82-
83-
```bash
84-
npx create-react-router@latest --template remix-run/react-router-templates/cloudflare-d1
85-
```
86-
87-
**Vercel template:**
75+
- [**Cloudflare Guide**](https://developers.cloudflare.com/workers/framework-guides/web-apps/react-router/)
8876

89-
Pre-configured for Vercel deployment with optimized serverless functions and edge caching. Includes one-click deployment to Vercel's platform.
77+
- [**Netlify Guide**](https://docs.netlify.com/build/frameworks/framework-setup-guides/react-router/)
9078

91-
```bash
92-
npx create-react-router@latest --template remix-run/react-router-templates/vercel
93-
```
94-
95-
**Netlify template:**
96-
97-
Ready for Netlify deployment with serverless functions and edge caching. Features one-click deployment to Netlify's platform.
98-
99-
```bash
100-
npx create-react-router@latest --template remix-run/react-router-templates/netlify
101-
```
79+
- [**Vercel Guide**](https://vercel.com/templates/react-router/react-router-boilerplate)
10280

10381
### Community Templates
10482

@@ -117,5 +95,4 @@ If you have a template you have developed and maintain, please submit a PR to ad
11795
- [React Router with Mantine](https://github.com/samui-build/react-router-mantine) - React Router 7 default template but with [Mantine](https://mantine.dev) instead of TailwindCSS.
11896

11997
- [VITE-SHADCN](https://github.com/yluiop123/vite-shadcn) - a Shadcn Admin UI built with React Router 7 and Shadcn, Vite, React, Zustand.
120-
12198
- [React Router with Material UI](https://github.com/mui/material-ui/tree/master/examples/material-ui-react-router-ts) - React Router 7 with [Material UI 7](https://mui.com/material-ui/getting-started/).

cloudflare-d1/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

cloudflare-d1/README.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)