Skip to content

Commit

Permalink
docs: learn-the-basics.md (#3102)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjacoby authored Jan 3, 2025
1 parent 6b64e12 commit c5d141b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/start/learn-the-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The `routeTree.gen.ts` file is generated when you run TanStack Start (via `npm r

## The Server Entry Point

Althoug TanStack Start is designed with client-first APIs, it is by and large, a full-stack framework. This means that all use cases, including both dynamic and static rely on a server or build-time entry to render our application's initial HTML payload.
Although TanStack Start is designed with client-first APIs, it is by and large, a full-stack framework. This means that all use cases, including both dynamic and static rely on a server or build-time entry to render our application's initial HTML payload.

This is done via the `app/ssr.tsx` file:

Expand Down

0 comments on commit c5d141b

Please sign in to comment.