Skip to content

Frontend: React + .NET API

The most common real-world full-stack .NET pairing. This section focuses on the integration boundary — auth flows, real-time, API design — not on React itself.

Topics (canonical order)

Why this order

Project setup → auth → real-time → API design walks from "stand it up" to "operate it well". Auth is second because token strategy dictates everything downstream (where SignalR auth comes from, how API errors flow back).

Cross-references