Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/start/framework/react/build-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This guide will help you build a **very** basic TanStack Start web application.
- Display a counter
- Increment the counter on the server and client

[Here is what that will look like](https://stackblitz.com/github/tanstack/router/tree/main/examples/react/start-counter)
[Here is what that will look like](https://codesandbox.io/s/github/TanStack/router/tree/main/examples/react/start-counter)

Let's create a new project directory and initialize it.

Expand Down