From 3c7d5e45f7619eb71990515bc67997f14afb9f95 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Sun, 12 Oct 2025 15:25:35 +0800 Subject: [PATCH] docs(start): update nitro v3 instructions for `nitro` alpha package --- docs/start/framework/react/guide/hosting.md | 12 +++--------- docs/start/framework/solid/guide/hosting.md | 12 +++--------- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/docs/start/framework/react/guide/hosting.md b/docs/start/framework/react/guide/hosting.md index d195dd783f..7c6d42d2a1 100644 --- a/docs/start/framework/react/guide/hosting.md +++ b/docs/start/framework/react/guide/hosting.md @@ -145,7 +145,7 @@ Deploy your application using their one-click deployment process, and you're rea **⚠️ During TanStack Start 1.0 release candidate phase, we currently recommend using:** - [@tanstack/nitro-v2-vite-plugin (Temporary Compatibility Plugin)](https://www.npmjs.com/package/@tanstack/nitro-v2-vite-plugin) - A temporary compatibility plugin for using Nitro v2 as the underlying build tool for TanStack Start. -- [Nitro v3's Vite Plugin (BETA)](https://www.npmjs.com/package/nitro-nightly) - A **BETA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start. +- [Nitro v3's Vite Plugin (ALPHA)](https://www.npmjs.com/package/nitro) - An **ALPHA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start. #### Using Nitro v2 @@ -169,15 +169,9 @@ export default defineConfig({ }) ``` -#### Using Nitro v3 (BETA) +#### Using Nitro v3 (ALPHA) -**⚠️ The `nitro` vite plugin is an official **BETA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.** - -This package needs to be installed as follows: - -``` - "nitro": "npm:nitro-nightly", -``` +**⚠️ The [`nitro`](https://www.npmjs.com/package/nitro) vite plugin is an official **ALPHA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.** ```tsx import { tanstackStart } from '@tanstack/react-start/plugin/vite' diff --git a/docs/start/framework/solid/guide/hosting.md b/docs/start/framework/solid/guide/hosting.md index ffeaa0b9b2..0c70b13070 100644 --- a/docs/start/framework/solid/guide/hosting.md +++ b/docs/start/framework/solid/guide/hosting.md @@ -153,7 +153,7 @@ Deploy your application using their one-click deployment process, and you're rea **⚠️ During TanStack Start 1.0 release candidate phase, we currently recommend using:** - [@tanstack/nitro-v2-vite-plugin (Temporary Compatibility Plugin)](https://www.npmjs.com/package/@tanstack/nitro-v2-vite-plugin) - A temporary compatibility plugin for using Nitro v2 as the underlying build tool for TanStack Start. -- [Nitro v3's Vite Plugin (BETA)](https://www.npmjs.com/package/nitro-nightly) - A **BETA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start. +- [Nitro v3's Vite Plugin (ALPHA)](https://www.npmjs.com/package/nitro) - An **ALPHA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start. #### Using Nitro v2 @@ -177,15 +177,9 @@ export default defineConfig({ }) ``` -#### Using Nitro v3 (BETA) +#### Using Nitro v3 (ALPHA) -**⚠️ The `nitro` vite plugin is an official **BETA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.** - -This package needs to be installed as follows: - -``` - "nitro": "npm:nitro-nightly", -``` +**⚠️ The [`nitro`](https://www.npmjs.com/package/nitro) vite plugin is an official **ALPHA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.** ```tsx import { tanstackStart } from '@tanstack/solid-start/plugin/vite'