SMRTR ProgrammingSep 30, 2025Daily.dev

A step-by-step guide to building a full-stack app with TanStack Start

SMRTR summary

Frontend developers can now build full-stack applications using TanStack Start, a React meta-framework that combines React, Vite, and TanStack Router with a client-side-first approach. The framework enables complete web applications with authentication, database integration, and server-side rendering. A tutorial demonstrates building a recipe-sharing website with Google authentication via BetterAuth, PostgreSQL database with Prisma, and protected routes. TanStack Start simplifies full-stack development by providing server functions, file-based routing, and authentication middleware while maintaining the familiar React developer experience.

SMRTR provides this summary for quick context. The original article belongs to Daily.dev.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.