Skip to content

docs: Update hosting guide with Wrangler login instructions#5538

Merged
schiller-manuel merged 5 commits intoTanStack:mainfrom
mturczyn:patch-1
Oct 19, 2025
Merged

docs: Update hosting guide with Wrangler login instructions#5538
schiller-manuel merged 5 commits intoTanStack:mainfrom
mturczyn:patch-1

Conversation

@mturczyn
Copy link
Contributor

@mturczyn mturczyn commented Oct 19, 2025

Added authentication step with Wrangler before deployment.

Summary by CodeRabbit

  • Documentation
    • Hosting guide updated to introduce a pre-deploy Cloudflare login and account verification step so users authenticate and confirm their account before deployment.
    • Deployment instructions and behavior remain unchanged; only the pre-deploy authentication step and step numbering were adjusted for clarity.

Added authentication step with Wrangler before deployment.
@github-actions github-actions bot added the documentation Everything documentation related label Oct 19, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 19, 2025

Walkthrough

Adds a pre-deploy Cloudflare Wrangler authentication step to the React hosting guide: insert a Login step running npx wrangler login or pnpm dlx wrangler login, add wrangler whoami verification, and renumber so Deploy follows Login. Deployment commands remain unchanged.

Changes

Cohort / File(s) Summary
Documentation update
docs/start/framework/react/guide/hosting.md
Insert pre-deploy Cloudflare Wrangler authentication: add "Login" step (npx wrangler login or pnpm dlx wrangler login) and wrangler whoami check; renumber subsequent steps so Deploy follows Login.

Sequence Diagram(s)

sequenceDiagram
  participant Dev as Developer
  participant Doc as React Hosting Guide
  participant CF as Cloudflare Wrangler

  rect rgba(135,206,250,0.12)
    Note over Doc: Added explicit Login + whoami verification before Deploy
  end

  Dev->>Doc: Read hosting guide steps
  Dev->>CF: Run `npx wrangler login` / `pnpm dlx wrangler login`
  CF-->>Dev: OAuth browser flow -> credentials
  Dev->>CF: Run `wrangler whoami` to verify
  CF-->>Dev: Account info (success)
  Dev->>Doc: Continue to Deploy step (unchanged)
Loading

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Update hosting.md #5252: Related edits to Cloudflare Workers deployment steps in the same React hosting doc (additional wrangler login/setup guidance).

Poem

🐰 I hop to the console, paw on the key,

"npx wrangler login" — easy as tea.
A quick whoami to show I'm true,
Then off we deploy — skyward we flew! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The pull request title "docs: Update hosting guide with Wrangler login instructions" is directly related to and clearly summarizes the main change in the changeset. The title accurately reflects that the documentation file for hosting was updated with Wrangler authentication instructions, specifically the addition of a pre-deploy login step using npx wrangler login or pnpm dlx wrangler login. The title is concise, specific, and uses clear language without vague terminology, making it easy for teammates reviewing history to understand the primary purpose of this change.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 83fe365 and 52ae26c.

📒 Files selected for processing (1)
  • docs/start/framework/react/guide/hosting.md (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/start/framework/react/guide/hosting.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Added instruction to check current user with 'wrangler whoami'.
Removed duplicate instruction for checking current user.
@schiller-manuel schiller-manuel changed the title Update hosting guide with Wrangler login instructions docs: Update hosting guide with Wrangler login instructions Oct 19, 2025
@nx-cloud
Copy link

nx-cloud bot commented Oct 19, 2025

View your CI Pipeline Execution ↗ for commit 52ae26c

Command Status Duration Result
nx affected --targets=test:eslint,test:unit,tes... ✅ Succeeded <1s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 2s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-19 20:42:52 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 19, 2025

More templates

@tanstack/arktype-adapter

npm i https://pkg.pr.new/TanStack/router/@tanstack/arktype-adapter@5538

@tanstack/directive-functions-plugin

npm i https://pkg.pr.new/TanStack/router/@tanstack/directive-functions-plugin@5538

@tanstack/eslint-plugin-router

npm i https://pkg.pr.new/TanStack/router/@tanstack/eslint-plugin-router@5538

@tanstack/history

npm i https://pkg.pr.new/TanStack/router/@tanstack/history@5538

@tanstack/nitro-v2-vite-plugin

npm i https://pkg.pr.new/TanStack/router/@tanstack/nitro-v2-vite-plugin@5538

@tanstack/react-router

npm i https://pkg.pr.new/TanStack/router/@tanstack/react-router@5538

@tanstack/react-router-devtools

npm i https://pkg.pr.new/TanStack/router/@tanstack/react-router-devtools@5538

@tanstack/react-router-ssr-query

npm i https://pkg.pr.new/TanStack/router/@tanstack/react-router-ssr-query@5538

@tanstack/react-start

npm i https://pkg.pr.new/TanStack/router/@tanstack/react-start@5538

@tanstack/react-start-client

npm i https://pkg.pr.new/TanStack/router/@tanstack/react-start-client@5538

@tanstack/react-start-server

npm i https://pkg.pr.new/TanStack/router/@tanstack/react-start-server@5538

@tanstack/router-cli

npm i https://pkg.pr.new/TanStack/router/@tanstack/router-cli@5538

@tanstack/router-core

npm i https://pkg.pr.new/TanStack/router/@tanstack/router-core@5538

@tanstack/router-devtools

npm i https://pkg.pr.new/TanStack/router/@tanstack/router-devtools@5538

@tanstack/router-devtools-core

npm i https://pkg.pr.new/TanStack/router/@tanstack/router-devtools-core@5538

@tanstack/router-generator

npm i https://pkg.pr.new/TanStack/router/@tanstack/router-generator@5538

@tanstack/router-plugin

npm i https://pkg.pr.new/TanStack/router/@tanstack/router-plugin@5538

@tanstack/router-ssr-query-core

npm i https://pkg.pr.new/TanStack/router/@tanstack/router-ssr-query-core@5538

@tanstack/router-utils

npm i https://pkg.pr.new/TanStack/router/@tanstack/router-utils@5538

@tanstack/router-vite-plugin

npm i https://pkg.pr.new/TanStack/router/@tanstack/router-vite-plugin@5538

@tanstack/server-functions-plugin

npm i https://pkg.pr.new/TanStack/router/@tanstack/server-functions-plugin@5538

@tanstack/solid-router

npm i https://pkg.pr.new/TanStack/router/@tanstack/solid-router@5538

@tanstack/solid-router-devtools

npm i https://pkg.pr.new/TanStack/router/@tanstack/solid-router-devtools@5538

@tanstack/solid-start

npm i https://pkg.pr.new/TanStack/router/@tanstack/solid-start@5538

@tanstack/solid-start-client

npm i https://pkg.pr.new/TanStack/router/@tanstack/solid-start-client@5538

@tanstack/solid-start-server

npm i https://pkg.pr.new/TanStack/router/@tanstack/solid-start-server@5538

@tanstack/start-client-core

npm i https://pkg.pr.new/TanStack/router/@tanstack/start-client-core@5538

@tanstack/start-plugin-core

npm i https://pkg.pr.new/TanStack/router/@tanstack/start-plugin-core@5538

@tanstack/start-server-core

npm i https://pkg.pr.new/TanStack/router/@tanstack/start-server-core@5538

@tanstack/start-static-server-functions

npm i https://pkg.pr.new/TanStack/router/@tanstack/start-static-server-functions@5538

@tanstack/start-storage-context

npm i https://pkg.pr.new/TanStack/router/@tanstack/start-storage-context@5538

@tanstack/valibot-adapter

npm i https://pkg.pr.new/TanStack/router/@tanstack/valibot-adapter@5538

@tanstack/virtual-file-routes

npm i https://pkg.pr.new/TanStack/router/@tanstack/virtual-file-routes@5538

@tanstack/zod-adapter

npm i https://pkg.pr.new/TanStack/router/@tanstack/zod-adapter@5538

commit: 52ae26c

@schiller-manuel schiller-manuel merged commit 15b1818 into TanStack:main Oct 19, 2025
6 checks passed
naoya7076 pushed a commit to naoya7076/router that referenced this pull request Feb 15, 2026
…#5538)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Everything documentation related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants