From ba7caf027f808316429b9304d48050eb93f8129c Mon Sep 17 00:00:00 2001 From: Maken Cristhian <96421658+MakenRosa@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:41:52 -0300 Subject: [PATCH] docs: link start counter example to CodeSandbox --- docs/start/framework/react/build-from-scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/framework/react/build-from-scratch.md b/docs/start/framework/react/build-from-scratch.md index a0a04f06d4..3fa9090fd0 100644 --- a/docs/start/framework/react/build-from-scratch.md +++ b/docs/start/framework/react/build-from-scratch.md @@ -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.