Skip to content

Conversation

@jamesopstad
Copy link
Contributor

Summary

TanStack Start changelog

Screenshots (optional)

Documentation checklist

  • Is there a changelog entry (guidelines)? If you don't add one for something awesome and new (however small) — how will our customers find out? Changelogs are automatically posted to RSS feeds, the Discord, and X.
  • The change adheres to the documentation style guide.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/changelog/ @cloudflare/pm-changelogs, @cloudflare/pcx-technical-writing
/src/content/docs/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @mikenomitch, @korinne, @WalshyDev, @cloudflare/deploy-config, @cloudflare/pcx-technical-writing, @kodster28, @cloudflare/wrangler, @cloudflare/workers-runtime-1

Copy link
Contributor

@irvinebroque irvinebroque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments, stamp so you have it

@@ -0,0 +1,76 @@
---
title: TanStack Start framework support
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: TanStack Start framework support
title: Deploy TanStack Start apps with the Cloudflare Vite plugin


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

[TanStack Start](https://tanstack.com/start/) can now be used with the [Cloudflare Vite plugin](/workers/vite-plugin/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[TanStack Start](https://tanstack.com/start/) can now be used with the [Cloudflare Vite plugin](/workers/vite-plugin/).
The [Cloudflare Vite plugin](/workers/vite-plugin/) now supports [TanStack Start](https://tanstack.com/start/) apps.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe also add a followup sentence like See below on how to get started using the [Cloudflare Vite plugin](/workers/vite-plugin/) with both new and existing [TanStack Start](https://tanstack.com/start/) apps?


## Create a new project

You can create a new project using the `create-cloudflare` CLI:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No Deploy to Cloudflare path that gets you setup? Why?


## Migrate an existing project

Migrating an exiting project is also straightforward.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This content is good and important — don't see it here?

https://developers.cloudflare.com/workers/framework-guides/web-apps/tanstack-start/

Is that landing in a different PR?


[TanStack Start](https://tanstack.com/start/) can now be used with the [Cloudflare Vite plugin](/workers/vite-plugin/).

## Create a new project
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Create a new project
## New projects

args="my-tanstack-start-app --framework=tanstack-start"
/>

## Migrate an existing project
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Migrate an existing project
## Existing projects


## Create a new project

You can create a new project using the `create-cloudflare` CLI:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can create a new project using the `create-cloudflare` CLI:
You can create a new TanStack Start project that uses the Cloudflare Vite plugin via the `create-cloudflare` CLI:


## Migrate an existing project

Migrating an exiting project is also straightforward.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Migrating an exiting project is also straightforward.
Migrate an exiting TanStack Start project to use the Cloudflare Vite plugin:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.