Skip to content

Commit 1dad095

Browse files
committed
PR feedback
1 parent 615c315 commit 1dad095

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/content/changelog/workers/2025-10-24-tanstack-start.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: TanStack Start framework support
2+
title: Build TanStack Start apps with the Cloudflare Vite plugin
33
description: TanStack Start can now be used with the Cloudflare Vite plugin
44
products:
55
- workers
@@ -8,21 +8,22 @@ date: 2025-10-24
88

99
import { PackageManagers, WranglerConfig } from "~/components";
1010

11-
[TanStack Start](https://tanstack.com/start/) can now be used with the [Cloudflare Vite plugin](/workers/vite-plugin/).
11+
The [Cloudflare Vite plugin](/workers/vite-plugin/) now supports [TanStack Start](https://tanstack.com/start/) apps.
12+
Get started with new or existing projects.
1213

13-
## Create a new project
14+
## New projects
1415

15-
You can create a new project using the `create-cloudflare` CLI:
16+
Create a new TanStack Start project that uses the Cloudflare Vite plugin via the `create-cloudflare` CLI:
1617

1718
<PackageManagers
1819
type="create"
1920
pkg="cloudflare@latest"
2021
args="my-tanstack-start-app --framework=tanstack-start"
2122
/>
2223

23-
## Migrate an existing project
24+
## Existing projects
2425

25-
Migrating an exiting project is also straightforward.
26+
Migrate an existing TanStack Start project to use the Cloudflare Vite plugin:
2627

2728
1. Install `@cloudflare/vite-plugin` and `wrangler`
2829

@@ -60,7 +61,7 @@ main = "@tanstack/react-start/server-entry"
6061

6162
4. Modify the scripts in your `package.json`
6263

63-
```json title="package.json" del={5} ins={6-8}
64+
```json title="package.json" del={5} ins={6-8}
6465
{
6566
"scripts": {
6667
"dev": "vite dev",

0 commit comments

Comments
 (0)