Blog
Notes, updates, and the thinking behind this template.
tanstack
Hasnae4 min read
Hello, TanStack Start
Why we rebuilt the website template on TanStack Start — server rendering, type-safe routing, and static prerendering out of the box.
Readrouting
Hasnae6 min read
File-based routing, explained
Each file under src/routes becomes a route. Here is how the root route, index route, and dynamic segments fit together.
Readcontent
Hasnae5 min read
An MDX content layer
Posts are MDX files discovered at build time with import.meta.glob. This blog stream is powered by exactly that.
Read